PHP Class Horde_Date_Repeater_Time, horde

Inheritance: extends Horde_Date_Repeater
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$ambiguous
$currentTime
$type

Public Methods

Method Description
__construct ( $time )
__toString ( )
next ( $pointer = 'future' ) Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
this ( $context = 'future' )
width ( )

Method Details

__construct() public method

public __construct ( $time )

__toString() public method

public __toString ( )

next() public method

Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
public next ( $pointer = 'future' )

this() public method

public this ( $context = 'future' )

width() public method

public width ( )

Property Details

$ambiguous public property

public $ambiguous

$currentTime public property

public $currentTime

$type public property

public $type