Horde_Date_Repeater_Week extends Horde_Date_Repeater
Date repeater.
Tags
Table of Contents
- WEEK_SECONDS = 604800
- (7 * 24 * 60 * 60)
- $currentWeekStart : mixed
- $now : mixed
- __toString() : mixed
- next() : mixed
- returns the next occurance of this repeatable.
- offset() : mixed
- this() : mixed
- width() : mixed
- returns the width (in seconds or months) of this repeatable.
Constants
WEEK_SECONDS
(7 * 24 * 60 * 60)
public
mixed
WEEK_SECONDS
= 604800
Properties
$currentWeekStart
public
mixed
$currentWeekStart
$now
public
mixed
$now
Methods
__toString()
public
__toString() : mixed
Return values
mixed —next()
returns the next occurance of this repeatable.
public
next([mixed $pointer = 'future' ]) : mixed
Parameters
- $pointer : mixed = 'future'
Return values
mixed —offset()
public
offset(mixed $span, mixed $amount, mixed $pointer) : mixed
Parameters
- $span : mixed
- $amount : mixed
- $pointer : mixed
Return values
mixed —this()
public
this([mixed $pointer = 'future' ]) : mixed
Parameters
- $pointer : mixed = 'future'
Return values
mixed —width()
returns the width (in seconds or months) of this repeatable.
public
width() : mixed