PHP Класс Horde_Date_Span, horde

Автор: Chuck Hagenbuch ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$begin Horde_Date
$end Horde_Date

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

Метод Описание
__construct ( mixed $begin, mixed $end ) Constructor.
__toString ( )
add ( $factor ) Add a number of seconds to this span, returning the new span
includes ( Horde_Date $date ) Is a Horde_Date within this span?
sub ( $factor ) Subtract a number of seconds from this span, returning the new span.
width ( ) Returns the width of this span in seconds.

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

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

Constructor.
public __construct ( mixed $begin, mixed $end )
$begin mixed Horde_Date or other format accepted by the Horde_Date constructor.
$end mixed Horde_Date or other format accepted by the Horde_Date constructor.

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

public __toString ( )

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

Add a number of seconds to this span, returning the new span
public add ( $factor )

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

Is a Horde_Date within this span?
public includes ( Horde_Date $date )
$date Horde_Date

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

Subtract a number of seconds from this span, returning the new span.
public sub ( $factor )

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

Returns the width of this span in seconds.
public width ( )

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

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

public Horde_Date $begin
Результат Horde_Date

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

public Horde_Date $end
Результат Horde_Date