示例#1
0
 function init()
 {
     parent::init();
     $this->addHook('content-fetched', array($this, 'Plugins_RunServerSideComponent'));
 }
示例#2
0
 function init()
 {
     parent::init();
     $this->addHook('content-fetched', array($this, 'Plugins_RemoveContentEditable'));
 }