XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
QueryArgumentValidator Class Reference

Public Member Functions

 __construct ($tag, $argument)
 
 isIgnorable ()
 
 toString ()
 

Public Attributes

 $argument_name
 
 $default_value
 
 $notnull
 
 $filter
 
 $min_length
 
 $max_length
 
 $validator_string
 
 $argument
 

Detailed Description

Definition at line 10 of file QueryArgumentValidator.class.php.

Constructor & Destructor Documentation

QueryArgumentValidator::__construct (   $tag,
  $argument 
)

constructor

Parameters
Xml_Node_$tagtag object by Query xml file parse
QueryArgument$argument
Returns
void

Definition at line 62 of file QueryArgumentValidator.class.php.

Member Function Documentation

QueryArgumentValidator::isIgnorable ( )

Definition at line 74 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::toString ( )

Definition at line 83 of file QueryArgumentValidator.class.php.

Member Data Documentation

QueryArgumentValidator::$argument

Definition at line 54 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$argument_name

Definition at line 17 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$default_value

Definition at line 23 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$filter

Definition at line 35 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$max_length

Definition at line 47 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$min_length

Definition at line 41 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$notnull

Definition at line 29 of file QueryArgumentValidator.class.php.

QueryArgumentValidator::$validator_string

Definition at line 48 of file QueryArgumentValidator.class.php.


The documentation for this class was generated from the following file: