PHP Class Horde_Date_Repeater_DayPortion, horde

Inheritance: extends Horde_Date_Repeater
ファイルを表示 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_oe static_oe property

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

$currentSpan public_oe property

public $currentSpan

$evening public_oe static_oe property

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

$morning public_oe static_oe property

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

$night public_oe static_oe property

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

$range public_oe property

public $range

$type public_oe property

public $type