Skip to content

Instantly share code, notes, and snippets.

@bascht
Created May 8, 2015 10:13
Show Gist options
  • Select an option

  • Save bascht/cbebaceb1f0dd042c8b5 to your computer and use it in GitHub Desktop.

Select an option

Save bascht/cbebaceb1f0dd042c8b5 to your computer and use it in GitHub Desktop.
Scopes & co
class a {
$foo = "value"
}
class b {
include a
$foo = "So. Und nun?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment