Exemple #1
0
 public function onConstruct()
 {
     //echo "Demo2::onConstruct()\n";
     $this->number = 2;
     parent::onConstruct();
 }