PartKeepr\CoreBundle\Entity\SystemNotice::getDate PHP Method

getDate() public method

Returns the date and time for this entry.
public getDate ( ) : DateTime
return DateTime the date and time for this entry
    public function getDate()
    {
        return $this->date;
    }