示例#1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     $this->on(self::EVENT_LOAD_LOCAL_OBJECT, [$this, 'searchLocalObject']);
     parent::init();
 }
示例#2
0
 public function init()
 {
     parent::init();
     $this->on(static::EVENT_COLLECT_FROM_OBJECTS, [$this, 'internalCollectFromObjects']);
     $this->on(static::EVENT_COLLECT_FROM_MODELS, [$this, 'internalCollectFromModels']);
 }