Previous Page
Properties

Solar_Filter_ValidateIsoDate
Methods

Next Page
__construct()

Methods

Public

__construct()
Constructor.
__destruct()
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
apiVersion()
Reports the API version for this class.
dump()
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
getInvalid()
Returns the value of the $_invalid property.
locale()
Looks up class-specific locale strings based on a key.
validateIsoDate()
Validates that the value is an ISO 8601 date string.
validateIsoTimestamp()
Validates that the value is an ISO 8601 timestamp string.

Protected

_arrayToDate()
Converts an array of date parts to a string date.
_arrayToTime()
Converts an array of time parts to a string time.
_arrayToTimestamp()
Converts an array of timestamp parts to a string timestamp.
_exception()
Convenience method for returning exceptions with localized text.
_invalid()
Sets $this->_invalid to the specified value and returns false.
_resetInvalid()
Resets the $_invalid property to its default value.

Private

None.