示例#1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->configureEventHandlers();
 }
示例#2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->sortStandardAttributes();
     $this->fillStandardAttributesColumns();
 }