Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
RecurrenceDow.php
Go to the documentation of this file.
1
<?php
8
class
RecurrenceDow
{
9
10
11
12
static
$paramtypesmap
= array(
13
14
);
15
22
const
_sunday
=
"_sunday"
;
23
30
const
_monday
=
"_monday"
;
31
38
const
_tuesday
=
"_tuesday"
;
39
46
const
_wednesday
=
"_wednesday"
;
47
54
const
_thursday
=
"_thursday"
;
55
62
const
_friday
=
"_friday"
;
63
70
const
_saturday
=
"_saturday"
;
71
72
}
RecurrenceDow
Definition:
RecurrenceDow.php:8
RecurrenceDow\_tuesday
const _tuesday
Definition:
RecurrenceDow.php:38
RecurrenceDow\_wednesday
const _wednesday
Definition:
RecurrenceDow.php:46
RecurrenceDow\_saturday
const _saturday
Definition:
RecurrenceDow.php:70
RecurrenceDow\_sunday
const _sunday
Definition:
RecurrenceDow.php:22
RecurrenceDow\_monday
const _monday
Definition:
RecurrenceDow.php:30
RecurrenceDow\$paramtypesmap
static $paramtypesmap
Definition:
RecurrenceDow.php:12
RecurrenceDow\_thursday
const _thursday
Definition:
RecurrenceDow.php:54
RecurrenceDow\_friday
const _friday
Definition:
RecurrenceDow.php:62
Generated by
dreamxtream
using
1.8.10