Beispiel #1
0
 protected function onInitRecursive($param)
 {
     $this->stage = self::STAGE_INIT;
     if (!is_null($this->masterPage)) {
         $this->masterPage->onInitRecursive($param);
     }
     parent::onInitRecursive($param);
     $this->stage = self::STAGE_LOADVIEWSTATE;
 }