示例#1
0
 public function onInitialize()
 {
     //echo "Demo2::onInitialize()\n";
     $this->number = 3;
     parent::onInitialize();
 }