Skip to content

Instantly share code, notes, and snippets.

@ody
Created February 12, 2011 22:27
Show Gist options
  • Save ody/824195 to your computer and use it in GitHub Desktop.
Save ody/824195 to your computer and use it in GitHub Desktop.
Bad idea?
class params {
$foo = 'bar'
}
define blort() {
include params
notify{ $name: message => $params::foo }
}
blort { 'works?': }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment