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