Exemple #1
0
 public function addProperty(Property $property)
 {
     $this->properties->{$property->getId()} = $property;
 }