Horde_Date_Repeater
in package
Date repeater.
Tags
Table of Contents
- $now : mixed
- __toString() : mixed
- next() : mixed
- returns the next occurance of this repeatable.
- this() : mixed
- width() : mixed
- returns the width (in seconds or months) of this repeatable.
Properties
$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 —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
abstract width() : mixed