Пример #1
0
 public function addBase(Base $base)
 {
     $base->setUser($this);
     $this->base->add($base);
 }