PartKeepr\CronLoggerBundle\Entity\CronLogger::getLastRunDate PHP Method

getLastRunDate() public method

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