PHP Класс Aerys\Ticker

Наследование: implements aerys\ServerObserver, use trait Struct
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$currentHttpDate
$currentTime

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

Метод Описание
__construct ( Psr\Log\LoggerInterface $logger )
update ( Server $server ) : Promise
updateTime ( ) : void Updates the context with the current time
use ( callable $useCallback ) : void Add a callback to invoke each time the time context updates

Приватные методы

Метод Описание
tryUseCallback ( callable $useCallback )

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

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

public __construct ( Psr\Log\LoggerInterface $logger )
$logger Psr\Log\LoggerInterface

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

public update ( Server $server ) : Promise
$server Server
Результат Promise

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

Updates the context with the current time
public updateTime ( ) : void
Результат void

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

Callbacks are invoked with two parameters: currentTime and currentHttpDate.
public use ( callable $useCallback ) : void
$useCallback callable
Результат void

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

$currentHttpDate публичное свойство

public $currentHttpDate

$currentTime публичное свойство

public $currentTime