Scalr\Logger::getDateFormat PHP Метод

getDateFormat() публичный Метод

Gets the format of the date
public getDateFormat ( ) : string
Результат string Returns the format of the date
    public function getDateFormat()
    {
        return $this->dateFormat;
    }