Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $p = new reflectionobject($this);
     var_dump($h = $p->getProperty('a'));
     var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
     var_dump($p->getProperties());
 }
 function __construct()
 {
     parent::__construct();
     echo 'foobar';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id_ref =& $this->id;
 }