Horde_Date_Repeater_Time
extends Horde_Date_Repeater
in package
Date repeater.
Tags
Table of Contents
- $ambiguous : mixed
- $currentTime : mixed
- $now : mixed
- $type : mixed
- __construct() : mixed
- __toString() : mixed
- next() : mixed
- Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
- this() : mixed
- width() : mixed
- returns the width (in seconds or months) of this repeatable.
Properties
$ambiguous
public
mixed
$ambiguous
$currentTime
public
mixed
$currentTime
$now
public
mixed
$now
$type
public
mixed
$type
Methods
__construct()
public
__construct(mixed $time) : mixed
Parameters
- $time : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —next()
Return the next past or future Span for the time that this Repeater represents pointer - Symbol representing which temporal direction to fetch the next day must be either :past or :future
public
next([mixed $pointer = 'future' ]) : mixed
Parameters
- $pointer : mixed = 'future'
Return values
mixed —this()
public
this([mixed $context = 'future' ]) : mixed
Parameters
- $context : mixed = 'future'
Return values
mixed —width()
returns the width (in seconds or months) of this repeatable.
public
width() : mixed