PHP Класс Phue\TimePattern\RandomizedTime

Наследование: extends AbstractTimePattern
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$date DateTime Date
$randomWithinSeconds integer Random within seconds

Открытые методы

Метод Описание
__construct ( string $time, integer $randomWithinSeconds = null ) Instantiate
__toString ( ) : string To string

Описание методов

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

Instantiate
public __construct ( string $time, integer $randomWithinSeconds = null )
$time string Time value
$randomWithinSeconds integer Random within seconds

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

To string
public __toString ( ) : string
Результат string Formatted date

Описание свойств

$date защищенное свойство

Date
protected DateTime $date
Результат DateTime

$randomWithinSeconds защищенное свойство

Random within seconds
protected int $randomWithinSeconds
Результат integer