Esempio n. 1
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->teams = new ArrayCollection();
     $this->comments = new ArrayCollection();
     $this->children = new ArrayCollection();
     $this->classements = new ArrayCollection();
 }
Esempio n. 2
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->children = new ArrayCollection();
 }