Exemplo n.º 1
0
 public function __construct()
 {
     $this->beers = ArrayCollection();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->horaTrabalhadas = ArrayCollection();
     $this->revisao = ArrayCollection();
     $this->arquivo = ArrayCollection();
 }