Class waValidator
This file is part of Webasyst framework.
Licensed under the terms of the GNU Lesser General Public License (LGPL). http://www.webasyst.com/framework/license/
Indirect known subclasses
blogSlugValidator, waEmailValidator, waLoginValidator, waNumberValidator, waRegexValidator, waUrlValidator
Package: wa-system\validator
Copyright: 2011 Webasyst LLC
Author: Webasyst LLC
Link: http://www.webasyst.com/
Located at wa-system/validator/waValidator.class.php
Copyright: 2011 Webasyst LLC
Author: Webasyst LLC
Link: http://www.webasyst.com/
Located at wa-system/validator/waValidator.class.php
public
|
#
__construct( array $options = array(), array $messages = array() )
Because of a specific way this class is saved and loaded via var_dump, constructor parameters order and number cannot be changed in subclasses. Subclasses also must always provide a call to parent's constructor. |
protected
|
|
public
|
|
protected
|
|
public
|
|
public
|
|
protected
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
public static
|
protected
mixed
|
$messages |
|
|
protected
array
|
$options | array(
'required' => false,
) |
|
protected
array
|
$errors | array() |
|
protected
mixed
|
$_type |
|