/ Published in: PHP
Expand |
Embed | Plain Text
/* in the class foo*/ public function get( $var ) { return $this->$var; } /* example var, also in the class*/ protected $bar = 'hello world' /*used like this*/ $foo = new Foo();
You need to login to post a comment.
