Pimcore\Model\Document\PrintAbstract::getLastGeneratedDate PHP Method

getLastGeneratedDate() public method

    public function getLastGeneratedDate()
    {
        if ($this->lastGenerated) {
            return new \Zend_Date($this->lastGenerated, \Zend_Date::TIMESTAMP);
        }
        return null;
    }