示例#1
0
 protected function __construct(TPage $owner)
 {
     $this->_manager = $owner->getClientScript();
     $owner->onPreRenderComplete = array($this, 'registerScriptLoader');
 }