コード例 #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->active = true;
     $this->type = self::TYPE_SECTION;
 }
コード例 #2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->type = self::TYPE_COLLECTION;
 }