Newscoop\Subscription\Issue::setStartDate PHP Method

setStartDate() public method

Set start date
public setStartDate ( DateTime $date ) : Newscoop\Entity\SubscriptionSection
$date DateTime
return Newscoop\Entity\SubscriptionSection
    public function setStartDate(\DateTime $date)
    {
        $this->startDate = $date;
    }