Scalr\Upgrade\UpgradeHandler::getLastDate PHP 메소드

getLastDate() 보호된 메소드

Gets last datetime which has been processed
protected getLastDate ( ) : string
리턴 string Returns UTC in format 'YYYY-MM-DD HH:ii:ss'
    protected function getLastDate()
    {
        return $this->maxDate;
    }