Exemplo n.º 1
0
 public function __construct($user)
 {
     $this->tags = new \Doctrine\Common\Collections\ArrayCollection();
     parent::__construct($user);
 }
Exemplo n.º 2
0
 public function __construct(User $user, $name)
 {
     parent::__construct($user);
     $this->name = $name;
 }