API Documentation

Validate/Sitemap/Changefreq.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Validate
subpackage
Sitemap
version
$Id: Changefreq.php 22697 2010-07-26 21:14:47Z alexander $
Classes
Zend_Validate_Sitemap_Changefreq

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Validate_Sitemap_Changefreq

Extends from
Zend_Validate_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
link
Sitemaps XML format
package
Zend_Validate
subpackage
Sitemap
Constants
NOT_VALID
INVALID
Properties
$_messageTemplates
$_changeFreqs
Methods
isValid

Description

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

Constants

NOT_VALID

 NOT_VALID = 'sitemapChangefreqNotValid'

Validation key for not valid

Details

value
sitemapChangefreqNotValid

INVALID

 INVALID = 'sitemapChangefreqInvalid'

Details

value
sitemapChangefreqInvalid

Properties

$_changeFreqs

array $_changeFreqs = 'array'

Valid change frequencies

Details

$_changeFreqs
array
visibility
protected
default
array
final
false
static
false

$_messageTemplates

array $_messageTemplates = 'array'

Validation failure message template definitions

Details

$_messageTemplates
array
visibility
protected
default
array
final
false
static
false

Methods

isValid

isValid( string $value ) : boolean

Validates if a string is valid as a sitemap changefreq

Arguments
$value
string
value to validate
Output
boolean
Details
visibility
public
final
false
static
false
link
<changefreq>
Documentation was generated by DocBlox.