Exemple #1
0
 public function startup()
 {
     parent::startup();
     $this->dir = new DirEntity();
     $this->dir->setInvisible(TRUE);
     $this->dir->setName(Strings::webalize(get_class($this)) . Strings::random());
 }
Exemple #2
0
 protected function startup()
 {
     parent::startup();
     $this->pages = new ArrayCollection();
     $this->categories = new ArrayCollection();
 }