|
|
@@ -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)
|
|
|
@@ -2848,7 +2848,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)
|
|
|
@@ -2866,7 +2866,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)
|
|
|
@@ -2884,7 +2884,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)
|
|
|
@@ -3010,7 +3010,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)
|
|
|
@@ -3028,7 +3028,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)
|
|
|
@@ -3047,7 +3047,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)
|
|
|
@@ -3098,7 +3098,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)
|
|
|
@@ -3115,7 +3115,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)
|
|
|
@@ -3132,7 +3132,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)
|
|
|
@@ -3185,7 +3185,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)
|
|
|
@@ -3203,7 +3203,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)
|
|
|
@@ -3221,7 +3221,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)
|
|
|
@@ -3572,7 +3572,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)
|
|
|
@@ -3591,7 +3591,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)
|
|
|
@@ -3610,7 +3610,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)
|
|
|
@@ -3734,7 +3734,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)
|
|
|
@@ -3753,7 +3753,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)
|
|
|
@@ -3772,7 +3772,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)
|
|
|
@@ -3878,7 +3878,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)
|
|
|
@@ -3896,7 +3896,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)
|
|
|
@@ -3914,7 +3914,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)
|
|
|
@@ -4026,7 +4026,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)
|
|
|
@@ -4046,7 +4046,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)
|
|
|
@@ -4066,7 +4066,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)
|
|
|
@@ -4118,7 +4118,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)
|
|
|
@@ -4135,7 +4135,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)
|
|
|
@@ -4152,7 +4152,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)
|
|
|
@@ -4198,7 +4198,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)
|
|
|
@@ -4215,7 +4215,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)
|
|
|
@@ -4232,7 +4232,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)
|
|
|
@@ -4284,7 +4284,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)
|
|
|
@@ -4301,7 +4301,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)
|
|
|
@@ -4318,7 +4318,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)
|
|
|
@@ -4370,7 +4370,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)
|
|
|
@@ -4387,7 +4387,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)
|
|
|
@@ -4404,7 +4404,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)
|
|
|
@@ -4445,7 +4445,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)
|
|
|
{
|
|
|
@@ -4482,7 +4482,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)
|
|
|
{
|
|
|
@@ -4515,7 +4515,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)
|
|
|
{
|
|
|
@@ -4580,7 +4580,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)
|
|
|
{
|
|
|
@@ -4662,7 +4662,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)
|
|
|
@@ -4677,7 +4677,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)
|
|
|
@@ -4692,7 +4692,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)
|