PHP Class Horde_Date_Repeater_DayPortion, horde

Inheritance: extends Horde_Date_Repeater
Show file Open project: horde/horde

Public Properties

Property Type Description
$afternoon 1pm-5pm (13 * 60 * 60, 17 * 60 * 60)
$currentSpan
$evening 5pm-8pm (17 * 60 * 60, 20 * 60 * 60)
$morning 6am-12am (6 * 60 * 60, 12 * 60 * 60)
$night 8pm-12pm (20 * 60 * 60, 24 * 60 * 60)
$range
$type

Public Methods

Method Description
__construct ( $type )
__toString ( )
next ( $pointer = 'future' )
offset ( $span, $amount, $pointer )
this ( $context = 'future' )
width ( )

Method Details

__construct() public method

public __construct ( $type )

__toString() public method

public __toString ( )

next() public method

public next ( $pointer = 'future' )

offset() public method

public offset ( $span, $amount, $pointer )

this() public method

public this ( $context = 'future' )

width() public method

public width ( )

Property Details

$afternoon public static property

1pm-5pm (13 * 60 * 60, 17 * 60 * 60)
public static $afternoon

$currentSpan public property

public $currentSpan

$evening public static property

5pm-8pm (17 * 60 * 60, 20 * 60 * 60)
public static $evening

$morning public static property

6am-12am (6 * 60 * 60, 12 * 60 * 60)
public static $morning

$night public static property

8pm-12pm (20 * 60 * 60, 24 * 60 * 60)
public static $night

$range public property

public $range

$type public property

public $type