Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->active = true;
     $this->type = self::TYPE_SECTION;
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->type = self::TYPE_COLLECTION;
 }