Exemple #1
0
 public function getCentreUnits()
 {
     $getCentreUnits = array();
     if ($this->getCentre()) {
         $centre = new Centre($this->getCentre());
         $getCentreUnits = $centre->getUnits();
     }
     return $getCentreUnits;
 }