\Horde_Date_Repeater_DayPortion

Date repeater.

Summary

Methods
Properties
Constants
width()
next()
this()
__toString()
__construct()
offset()
$now
$morning
$afternoon
$evening
$night
$range
$currentSpan
$type
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$now

$now : 

Type

$morning

$morning : 

6am-12am (6 * 60 * 60, 12 * 60 * 60)

Type

$afternoon

$afternoon : 

1pm-5pm (13 * 60 * 60, 17 * 60 * 60)

Type

$evening

$evening : 

5pm-8pm (17 * 60 * 60, 20 * 60 * 60)

Type

$night

$night : 

8pm-12pm (20 * 60 * 60, 24 * 60 * 60)

Type

$range

$range : 

Type

$currentSpan

$currentSpan : 

Type

$type

$type : 

Type

Methods

width()

width() 

returns the width (in seconds or months) of this repeatable.

next()

next(  $pointer = 'future') 

returns the next occurance of this repeatable.

Parameters

$pointer

this()

this(  $context = 'future') 

Parameters

$context

__toString()

__toString() 

__construct()

__construct(  $type) 

Parameters

$type

offset()

offset(  $span,   $amount,   $pointer) 

Parameters

$span
$amount
$pointer