public function __construct(array $options = null) { $this->postDate = new \DateTime(); $this->comments = new ArrayCollection(); parent::__construct($options); }
public function __construct(array $options = null) { $this->blogEntries = new ArrayCollection(); parent::__construct($options); }