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