Knp\Bundle\KnpBundlesBundle\Entity\Owner::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->bundles = new ArrayCollection();
        $this->createdAt = new \DateTime();
    }

Usage Example

Example #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();
 }
All Usage Examples Of Knp\Bundle\KnpBundlesBundle\Entity\Owner::__construct