__construct() public method

public __construct ( )
Beispiel #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();
 }
Beispiel #2
0
 public function __construct()
 {
     $this->members = new ArrayCollection();
     parent::__construct();
 }