Ejemplo n.º 1
0
 public function pushTo(PropertyContainer $container)
 {
     $property = $this->build();
     $container->push($property);
     return $this;
 }