Documentation

Horde_Date_Repeater_SeasonName extends Horde_Date_Repeater_Season

Date repeater.

Tags
author

Chuck Hagenbuch chuck@horde.org

category

Horde

copyright

2009-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

SEASON_SECONDS  = 7862400
91 * 24 * 60 * 60
$autumn  : mixed
$now  : mixed
$spring  : mixed
$summer  : mixed
$type  : mixed
$winter  : mixed
__construct()  : 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.

Constants

SEASON_SECONDS

91 * 24 * 60 * 60

public mixed SEASON_SECONDS = 7862400

Properties

$autumn

public mixed $autumn = array('sep 23', 'dec 21')

$spring

public mixed $spring = array('mar 20', 'jul 20')

$summer

public mixed $summer = array('jul 21', 'sep 22')

$winter

public mixed $winter = array('dec 22', 'mar 19')

Methods

__construct()

public __construct(mixed $type) : mixed
Parameters
$type : mixed
Return values
mixed

__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 width() : mixed
Return values
mixed

Search results