Cake\Chronos\Traits\FactoryTrait::tomorrow PHP Метод

tomorrow() публичный статический Метод

Create a ChronosInterface instance for tomorrow
public static tomorrow ( DateTimeZon\DateTimeZone | string | null $tz = null ) : static
$tz DateTimeZon\DateTimeZone | string | null The DateTimeZone object or timezone name the new instance should use.
Результат static
    public static function tomorrow($tz = null)
    {
        return new static('tomorrow, midnight', $tz);
    }