|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| isValid ($value) | |
Data Fields | |
| const | NOT_VALID = 'sitemapLocNotValid' |
| const | INVALID = 'sitemapLocInvalid' |
Protected Attributes | |
| $_messageTemplates | |
| isValid | ( | $ | value | ) |
Validates if a string is valid as a sitemap location
http://www.sitemaps.org/protocol.php#locdef
| string | $value | value to validate |
Implements Zend_Validate_Interface.
Definition at line 71 of file Loc.php.

$_messageTemplates [protected] |
array( self::NOT_VALID => "'%value%' is no valid sitemap location", self::INVALID => "Invalid type given, the value should be a string", )
Reimplemented from Zend_Validate_Abstract.
| const NOT_VALID = 'sitemapLocNotValid' |