Ejemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->stakeholders = new \Doctrine\Common\Collections\ArrayCollection();
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->capacities = new \Doctrine\Common\Collections\ArrayCollection();
 }