Class Zend_Validate_Sitemap_Loc

Description

Validates whether a given value is valid as a sitemap <loc> value

Located in /Validate/Sitemap/Loc.php (line 44)

Zend_Validate_Abstract
   |
   --Zend_Validate_Sitemap_Loc
Class Constant Summary
 INVALID = 'sitemapLocInvalid'
 NOT_VALID = 'sitemapLocNotValid'
Variable Summary
Method Summary
 boolean isValid (string $value)
Variables
array $_messageTemplates = array(
self::NOT_VALID => "'%value%' is no valid sitemap location",
self::INVALID => "Invalid type given, the value should be a string",
)
(line 58)

Validation failure message template definitions

  • access: protected

Redefinition of:
Zend_Validate_Abstract::$_messageTemplates
Validation failure message template definitions

Inherited Variables

Inherited from Zend_Validate_Abstract

Zend_Validate_Abstract::$_defaultTranslator
Zend_Validate_Abstract::$_errors
Zend_Validate_Abstract::$_messageLength
Zend_Validate_Abstract::$_messages
Zend_Validate_Abstract::$_messageVariables
Zend_Validate_Abstract::$_obscureValue
Zend_Validate_Abstract::$_translator
Zend_Validate_Abstract::$_translatorDisabled
Zend_Validate_Abstract::$_value
Methods
Class Constants
INVALID = 'sitemapLocInvalid' (line 51)
NOT_VALID = 'sitemapLocNotValid' (line 50)

Validation key for not valid

Documentation generated on Mon, 21 Jun 2010 15:31:35 -0400 by phpDocumentor 1.4.3