public function isEnabled() { $this->__load(); return parent::isEnabled(); }
public function __construct() { parent::__construct(); $this->exigencies = new \Doctrine\Common\Collections\ArrayCollection(); }
public function __construct() { parent::__construct(); $this->projects = new ArrayCollection(); $this->collaborators = new ArrayCollection(); }
public function __construct() { parent::__construct(); $this->progressions = new \Doctrine\Common\Collections\ArrayCollection(); }