Ejemplo n.º 1
0
 /**
  * @param bool $readPageId
  */
 function _startProcess($readPageId = true)
 {
     foreach ($this->proxyMap as $k => $v) {
         $v->onRegister();
     }
     parent::_startProcess($readPageId);
 }