Public Member Functions | |
isValid ($value) | |
Data Fields | |
const | NOT_VALID = 'invalidSitemapLoc' |
Protected Attributes | |
$_messageTemplates |
Definition at line 44 of file Loc.php.
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.
$_messageTemplates [protected] |
array(
self::NOT_VALID => "'%value%' is not a valid sitemap location",
)
Reimplemented from Zend_Validate_Abstract.
const NOT_VALID = 'invalidSitemapLoc' |