Cake\Chronos\ChronosInterface::min PHP Метод

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

Get the minimum instance between a given instance (default now) and the current instance.
public min ( Cake\Chronos\ChronosInterface $dt = null ) : static
$dt Cake\Chronos\ChronosInterface The instance to compare with.
Результат static
    public function min(ChronosInterface $dt = null);
ChronosInterface