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

getCronjob() public method

Returns the cronjob for this entry.
public getCronjob ( ) : string
return string the title
    public function getCronjob()
    {
        return $this->cronjob;
    }