|
|
@@ -354,7 +354,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* Sets a new timestamp
|
|
|
*
|
|
|
* @param integer|string|array|Zend_Date $timestamp Timestamp to set
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setTimestamp($timestamp)
|
|
|
@@ -366,7 +366,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* Adds a timestamp
|
|
|
*
|
|
|
* @param integer|string|array|Zend_Date $timestamp Timestamp to add
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addTimestamp($timestamp)
|
|
|
@@ -378,7 +378,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* Subtracts a timestamp
|
|
|
*
|
|
|
* @param integer|string|array|Zend_Date $timestamp Timestamp to sub
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subTimestamp($timestamp)
|
|
|
@@ -1063,7 +1063,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date or datepart to set
|
|
|
* @param string $part OPTIONAL Part of the date to set, if null the timestamp is set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function set($date, $part = null, $locale = null)
|
|
|
@@ -1091,7 +1091,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date or datepart to add
|
|
|
* @param string $part OPTIONAL Part of the date to add, if null the timestamp is added
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function add($date, $part = self::TIMESTAMP, $locale = null)
|
|
|
@@ -1114,7 +1114,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date or datepart to subtract
|
|
|
* @param string $part OPTIONAL Part of the date to sub, if null the timestamp is subtracted
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function sub($date, $part = self::TIMESTAMP, $locale = null)
|
|
|
@@ -2836,7 +2836,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $time Time to set
|
|
|
* @param string $format OPTIONAL Timeformat for parsing input
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setTime($time, $format = null, $locale = null)
|
|
|
@@ -2854,7 +2854,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $time Time to add
|
|
|
* @param string $format OPTIONAL Timeformat for parsing input
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addTime($time, $format = null, $locale = null)
|
|
|
@@ -2872,7 +2872,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $time Time to sub
|
|
|
* @param string $format OPTIONAL Timeformat for parsing input
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid inteface
|
|
|
+ * @return Zend_Date Provides a fluent inteface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subTime($time, $format = null, $locale = null)
|
|
|
@@ -2998,7 +2998,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date to set
|
|
|
* @param string $format OPTIONAL Date format for parsing
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setDate($date, $format = null, $locale = null)
|
|
|
@@ -3016,7 +3016,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date to add
|
|
|
* @param string $format OPTIONAL Date format for parsing input
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addDate($date, $format = null, $locale = null)
|
|
|
@@ -3035,7 +3035,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param string|integer|array|Zend_Date $date Date to sub
|
|
|
* @param string $format OPTIONAL Date format for parsing input
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subDate($date, $format = null, $locale = null)
|
|
|
@@ -3086,7 +3086,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date ISO Date to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setIso($date, $locale = null)
|
|
|
@@ -3103,7 +3103,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date ISO Date to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addIso($date, $locale = null)
|
|
|
@@ -3120,7 +3120,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date ISO Date to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subIso($date, $locale = null)
|
|
|
@@ -3173,7 +3173,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date RFC 822 to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setArpa($date, $locale = null)
|
|
|
@@ -3191,7 +3191,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date RFC 822 Date to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addArpa($date, $locale = null)
|
|
|
@@ -3209,7 +3209,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|Zend_Date $date RFC 822 Date to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subArpa($date, $locale = null)
|
|
|
@@ -3560,7 +3560,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $year Year to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setYear($year, $locale = null)
|
|
|
@@ -3579,7 +3579,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $year Year to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addYear($year, $locale = null)
|
|
|
@@ -3598,7 +3598,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $year Year to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subYear($year, $locale = null)
|
|
|
@@ -3722,7 +3722,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $month Month to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setMonth($month, $locale = null)
|
|
|
@@ -3741,7 +3741,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $month Month to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addMonth($month, $locale = null)
|
|
|
@@ -3760,7 +3760,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $month Month to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subMonth($month, $locale = null)
|
|
|
@@ -3866,7 +3866,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setDay($day, $locale = null)
|
|
|
@@ -3884,7 +3884,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addDay($day, $locale = null)
|
|
|
@@ -3902,7 +3902,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subDay($day, $locale = null)
|
|
|
@@ -4014,7 +4014,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $weekday Weekday to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setWeekday($weekday, $locale = null)
|
|
|
@@ -4034,7 +4034,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $weekday Weekday to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addWeekday($weekday, $locale = null)
|
|
|
@@ -4054,7 +4054,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $weekday Weekday to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subWeekday($weekday, $locale = null)
|
|
|
@@ -4106,7 +4106,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day of Year to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setDayOfYear($day, $locale = null)
|
|
|
@@ -4123,7 +4123,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day of Year to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addDayOfYear($day, $locale = null)
|
|
|
@@ -4140,7 +4140,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $day Day of Year to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subDayOfYear($day, $locale = null)
|
|
|
@@ -4186,7 +4186,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $hour Hour to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setHour($hour, $locale = null)
|
|
|
@@ -4203,7 +4203,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $hour Hour to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addHour($hour, $locale = null)
|
|
|
@@ -4220,7 +4220,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $hour Hour to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subHour($hour, $locale = null)
|
|
|
@@ -4272,7 +4272,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $minute Minute to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setMinute($minute, $locale = null)
|
|
|
@@ -4289,7 +4289,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $minute Minute to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addMinute($minute, $locale = null)
|
|
|
@@ -4306,7 +4306,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $minute Minute to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subMinute($minute, $locale = null)
|
|
|
@@ -4358,7 +4358,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $second Second to set
|
|
|
* @param string|Zend_Locale $locale (Optional) Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setSecond($second, $locale = null)
|
|
|
@@ -4375,7 +4375,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $second Second to add
|
|
|
* @param string|Zend_Locale $locale (Optional) Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addSecond($second, $locale = null)
|
|
|
@@ -4392,7 +4392,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $second Second to sub
|
|
|
* @param string|Zend_Locale $locale (Optional) Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subSecond($second, $locale = null)
|
|
|
@@ -4433,7 +4433,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param integer $precision Precision for the fractional datepart 3 = milliseconds
|
|
|
* @throws Zend_Date_Exception
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
*/
|
|
|
public function setFractionalPrecision($precision)
|
|
|
{
|
|
|
@@ -4470,7 +4470,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param integer|Zend_Date $milli (Optional) Millisecond to set, when null the actual millisecond is set
|
|
|
* @param integer $precision (Optional) Fraction precision of the given milliseconds
|
|
|
* @throws Zend_Date_Exception
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
*/
|
|
|
public function setMilliSecond($milli = null, $precision = null)
|
|
|
{
|
|
|
@@ -4503,7 +4503,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
* @param integer|Zend_Date $milli (Optional) Millisecond to add, when null the actual millisecond is added
|
|
|
* @param integer $precision (Optional) Fractional precision for the given milliseconds
|
|
|
* @throws Zend_Date_Exception
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
*/
|
|
|
public function addMilliSecond($milli = null, $precision = null)
|
|
|
{
|
|
|
@@ -4568,7 +4568,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param integer|Zend_Date $milli (Optional) Millisecond to sub, when null the actual millisecond is subtracted
|
|
|
* @param integer $precision (Optional) Fractional precision for the given milliseconds
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
*/
|
|
|
public function subMilliSecond($milli = null, $precision = null)
|
|
|
{
|
|
|
@@ -4650,7 +4650,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $week Week to set
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function setWeek($week, $locale = null)
|
|
|
@@ -4665,7 +4665,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $week Week to add
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function addWeek($week, $locale = null)
|
|
|
@@ -4680,7 +4680,7 @@ class Zend_Date extends Zend_Date_DateObject
|
|
|
*
|
|
|
* @param string|integer|array|Zend_Date $week Week to sub
|
|
|
* @param string|Zend_Locale $locale OPTIONAL Locale for parsing input
|
|
|
- * @return Zend_Date Provides fluid interface
|
|
|
+ * @return Zend_Date Provides a fluent interface
|
|
|
* @throws Zend_Date_Exception
|
|
|
*/
|
|
|
public function subWeek($week, $locale = null)
|