/**
* returns the next occurance of this repeatable.
*/
- public function next($pointer)
+ public function next($pointer = 'future')
{
if (is_null($this->now)) {
throw new Horde_Date_Repeater_Exception('Start point must be set before calling next()');
public $currentDayStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
$this->type = $type;
}
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
}
}
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
public $currentFortnightStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
{
public $currentHourStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
public $currentMonthStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
$this->type = $type;
}
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
*/
const SEASON_SECONDS = 7862400;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
throw new Horde_Date_Repeater_Exception('Not implemented');
$this->type = $type;
}
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
throw new Horde_Date_Repeater_Exception('Not implemented');
* pointer - Symbol representing which temporal direction to fetch the next day
* must be either :past or :future
*/
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
public $currentWeekStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
public $currentWeekStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);
{
public $currentYearStart;
- public function next($pointer)
+ public function next($pointer = 'future')
{
parent::next($pointer);