diff --git a/docs/api/awl/caldav/RepeatRule.html b/docs/api/awl/caldav/RepeatRule.html new file mode 100644 index 00000000..16e7c903 --- /dev/null +++ b/docs/api/awl/caldav/RepeatRule.html @@ -0,0 +1,379 @@ + + + + + + Docs For Class RepeatRule + + + + +
+

 Class RepeatRule

+ + +
+
Description
+ +
+ +

+ Located in /inc/RRule-v2.php (line 152) +

+ + +

+	
+			
+
+ + + + + +
+
Method Summary
+ +
+
+
+  + static void + date_mask + ( $date,  $y,  $mo,  $d,  $h,  $mi,  $s) +
+
+  + RepeatRule + __construct + ( $basedate,  $rrule) +
+
+  + void + current + () +
+
+  + void + key + () +
+
+  + void + next + () +
+
+  + void + rewind + () +
+
+  + void + set_timezone + ( $tzstring) +
+
+  + void + Start + () +
+
+  + void + valid + () +
+
+
+
+ + + +
+
Methods
+ +
+ + +
+ +
+ + static date_mask (line 307) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + date_mask + + ( $date,  $y,  $mo,  $d,  $h,  $mi,  $s) +
+ +
    +
  • + + $date
  • +
  • + + $y
  • +
  • + + $mo
  • +
  • + + $d
  • +
  • + + $h
  • +
  • + + $mi
  • +
  • + + $s
  • +
+ + +
+ +
+ +
+ + Constructor __construct (line 176) +
+ + +
    +
  • access: public
  • +
+ +
+ RepeatRule + + __construct + + ( $basedate,  $rrule) +
+ +
    +
  • + + $basedate
  • +
  • + + $rrule
  • +
+ + +
+ +
+ +
+ + current (line 239) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + current + + () +
+ + + +
+ +
+ +
+ + key (line 248) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + key + + () +
+ + + +
+ +
+ +
+ + next (line 233) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + next + + () +
+ + + +
+ +
+ +
+ + rewind (line 228) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + rewind + + () +
+ + + +
+ +
+ +
+ + set_timezone (line 215) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + set_timezone + + ( $tzstring) +
+ +
    +
  • + + $tzstring
  • +
+ + +
+ +
+ +
+ + Start (line 220) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + Start + + () +
+ + + +
+ +
+ +
+ + valid (line 258) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + valid + + () +
+ + + +
+ +
+
+ + +

+ Documentation generated on Thu, 25 Feb 2010 11:39:21 +1300 by phpDocumentor 1.3.2 +

+
+ \ No newline at end of file diff --git a/docs/api/awl/caldav/RepeatRuleDateTime.html b/docs/api/awl/caldav/RepeatRuleDateTime.html new file mode 100644 index 00000000..8db8cec1 --- /dev/null +++ b/docs/api/awl/caldav/RepeatRuleDateTime.html @@ -0,0 +1,621 @@ + + + + + + Docs For Class RepeatRuleDateTime + + + + +
+

 Class RepeatRuleDateTime

+ + +
+
Description
+ +
+ +

Class for parsing RRule and getting us the dates

+ +

+ Located in /inc/RRule-v2.php (line 37) +

+ + +
DateTime
+   |
+   --RepeatRuleDateTime
+ +
+
+ + + + +
+
Variable Summary
+ +
+
+
+  + static mixed + $Format +
+
+
+
+ + +
+
Method Summary
+ +
+
+
+  + RepeatRuleDateTime + __construct + ([ $date = null], [ $dtz = null]) +
+
+  + void + day + () +
+
+  + void + hour + () +
+
+  + void + minute + () +
+
+  + void + month + () +
+
+  + void + RFC5545 + () +
+
+  + void + second + () +
+
+  + void + setDate + ([ $year = null], [ $month = null], [ $day = null]) +
+
+  + void + setTimeZone + ( $tz) +
+
+  + void + UTC + () +
+
+  + void + year + () +
+
+  + void + __toString + () +
+
+
+
+ + +
+
Variables
+ +
+ +
+ +
+ + + static mixed + $Format + = 'c' (line 39) + +
+ + +
    +
  • access: public
  • +
+ + + + + +
+ + +
+
+ + +
+
Methods
+ +
+ + +
+ +
+ + Constructor __construct (line 42) +
+ + +
    +
  • access: public
  • +
+ +
+ RepeatRuleDateTime + + __construct + + ([ $date = null], [ $dtz = null]) +
+ +
    +
  • + + $date
  • +
  • + DateTimeZone + $dtz
  • +
+ +
+
Redefinition of:
+
+
DateTime::constructor __construct ( )
+
+ +
+ +
+ +
+ + day (line 133) +
+ + + +
+ void + + day + + () +
+ + + +
+ +
+ +
+ + hour (line 137) +
+ + + +
+ void + + hour + + () +
+ + + +
+ +
+ +
+ + minute (line 141) +
+ + + +
+ void + + minute + + () +
+ + + +
+ +
+ +
+ + month (line 129) +
+ + + +
+ void + + month + + () +
+ + + +
+ +
+ +
+ + RFC5545 (line 98) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + RFC5545 + + () +
+ + + +
+ +
+ +
+ + second (line 145) +
+ + + +
+ void + + second + + () +
+ + + +
+ +
+ +
+ + setDate (line 117) +
+ + + +
+ void + + setDate + + ([ $year = null], [ $month = null], [ $day = null]) +
+ +
    +
  • + + $year
  • +
  • + + $month
  • +
  • + + $day
  • +
+ +
+
Redefinition of:
+
+
DateTime::setDate ( )
+
+ +
+ +
+ +
+ + setTimeZone (line 111) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + setTimeZone + + ( $tz) +
+ +
    +
  • + + $tz
  • +
+ +
+
Redefinition of:
+
+
DateTime::setTimezone ( )
+
+ +
+ +
+ +
+ + UTC (line 87) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + UTC + + () +
+ + + +
+ +
+ +
+ + year (line 125) +
+ + + +
+ void + + year + + () +
+ + + +
+ +
+ +
+ + __toString (line 82) +
+ + +
    +
  • access: public
  • +
+ +
+ void + + __toString + + () +
+ + + +
+

Inherited Methods

+ + +

Inherited From DateTime (Internal Class)

+
+  + constructor __construct ( )
+  + format ( )
+  + getOffset ( )
+  + getTimezone ( )
+  + modify ( )
+  + setDate ( )
+  + setISODate ( )
+  + setTime ( )
+  + setTimezone ( )
+
+ +
+
+ + +
+
Class Constants
+ +
+

Inherited Constants

+ +

Inherited from DateTime (Internal Class)

+
+ + + ATOM = 'Y-m-d\\TH:i:sP'
+
+ + + COOKIE = 'l, d-M-y H:i:s T'
+
+ + + ISO8601 = 'Y-m-d\\TH:i:sO'
+
+ + + RFC822 = 'D, d M y H:i:s O'
+
+ + + RFC850 = 'l, d-M-y H:i:s T'
+
+ + + RFC1036 = 'D, d M y H:i:s O'
+
+ + + RFC1123 = 'D, d M Y H:i:s O'
+
+ + + RFC2822 = 'D, d M Y H:i:s O'
+
+ + + RFC3339 = 'Y-m-d\\TH:i:sP'
+
+ + + RSS = 'D, d M Y H:i:s O'
+
+ + + W3C = 'Y-m-d\\TH:i:sP'
+
+
+ +
+
+ +

+ Documentation generated on Thu, 25 Feb 2010 11:39:21 +1300 by phpDocumentor 1.3.2 +

+
+ \ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---RRule-v2.php.html b/docs/api/awl/caldav/_inc---RRule-v2.php.html new file mode 100644 index 00000000..edc14c9f --- /dev/null +++ b/docs/api/awl/caldav/_inc---RRule-v2.php.html @@ -0,0 +1,80 @@ + + + + + + Docs for page RRule-v2.php + + + + +
+

File/inc/RRule-v2.php

+ + +
+
Description
+ +
+ +

Class for parsing RRule and getting us the dates

+ + +
+
+ + +
+
Classes
+ +
+ + + + + + + + + + + + + +
ClassDescription
+  class + RepeatRuleDateTime + + Class for parsing RRule and getting us the dates +
+  class + RepeatRule + + +
+
+
+ + + + + +

+ Documentation generated on Thu, 25 Feb 2010 11:39:21 +1300 by phpDocumentor 1.3.2 +

+
+ \ No newline at end of file diff --git a/docs/api/davical/_inc---test-RRULE-v2.php.html b/docs/api/davical/_inc---test-RRULE-v2.php.html new file mode 100644 index 00000000..05518ae5 --- /dev/null +++ b/docs/api/davical/_inc---test-RRULE-v2.php.html @@ -0,0 +1,121 @@ + + + + + + Docs for page test-RRULE-v2.php + + + + +
+

File/inc/test-RRULE-v2.php

+ + +
+
Description
+ +
+ + +
+
+ + +
+
Classes
+ +
+ + + + + + + + + +
ClassDescription
+  class + RRuleTest + + +
+
+
+ + +
+
Includes
+ +
+ +
+ +
+  + + require_once + ("always.php") + (line 10) + +
+ + + +
+ +
+ +
+  + + require_once + ("RRule-v2.php") + (line 12) + +
+ + + +
+ +
+ +
+  + + require_once + ('AwlQuery.php') + (line 13) + +
+ + + +
+
+
+ + + + +

+ Documentation generated on Thu, 25 Feb 2010 11:39:21 +1300 by phpDocumentor 1.3.2 +

+
+ \ No newline at end of file