Class WSKDateRestriction

Description

Located in /wsk/WSKDateRestriction.class.php (line 2)


	
			
Variable Summary
string $endDate
string $startDate
Method Summary
WSKDateRestriction __construct ([string $startDate = null], [string $endDate = null])
Variables
string $endDate (line 17)

Candidate documents must have been published on or before this date.

CCYY-MM-DD (GMT with a time zone offset - CCYY = year, MM = month [1-12], DD = day [01-31])

  • access: public
string $startDate (line 9)

Candidate documents must have been published on or after this date. The date format is:

CCYY-MM-DD (GMT with a time zone offset - CCYY = year, MM = month [1-12], DD = day [01-31])

  • access: public
Methods
Constructor __construct (line 26)

Constructs a WSKDateRestriction Object

WSKDateRestriction __construct ([string $startDate = null], [string $endDate = null])
  • string $startDate
  • string $endDate

Documentation generated on Thu, 10 Dec 2009 15:22:27 +0100 by phpDocumentor 1.4.1