__construct() публичный Метод

public __construct ( )
Пример #1
0
 public function __construct()
 {
     $this->activities = new ArrayCollection();
     $this->organizations = new ArrayCollection();
     $this->recommendedBundles = new ArrayCollection();
     $this->contributionBundles = new ArrayCollection();
     $this->favoriteBundles = new ArrayCollection();
     parent::__construct();
 }
Пример #2
0
 public function __construct()
 {
     $this->members = new ArrayCollection();
     parent::__construct();
 }