Skip to content

Instantly share code, notes, and snippets.

@binford2k
Created July 3, 2013 16:37
Show Gist options
  • Save binford2k/5920243 to your computer and use it in GitHub Desktop.
Save binford2k/5920243 to your computer and use it in GitHub Desktop.
class x {
$x1 = 'stuff'
include x::y
$x2 = 'more stuff'
}
class x::y {
notify { $x::x1: }
notify { $x::x2: }
}
include x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment