__construct() public method

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