Cake\Chronos\Traits\FormattingTrait::resetToStringFormat PHP Метод

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

Reset the format used to the default when type juggling a ChronosInterface instance to a string
public static resetToStringFormat ( ) : void
Результат void
    public static function resetToStringFormat()
    {
        static::setToStringFormat(ChronosInterface::DEFAULT_TO_STRING_FORMAT);
    }