Class GP_Validation_Rules

Description

Located in /gp-includes/validation.php (line 3)


	
			
Variable Summary
static mixed $negative_suffices
static mixed $positive_suffices
mixed $errors
mixed $rules
Method Summary
GP_Validation_Rules __construct ( $field_names)
void construct_error_message ( $rule,  $value)
void run ( $thing)
void run_on_single_field ( $field,  $value)
void __call ( $name,  $args)
Variables
static mixed $negative_suffices = array(
'should_not_be', 'should_not', 'cant', 'cant_be',
)
(line 11)
static mixed $positive_suffices = array(
'should_be', 'should', 'can', 'can_be',
)
(line 8)
mixed $errors = array() (line 6)
mixed $rules = array() (line 5)
Methods
Constructor __construct (line 15)
GP_Validation_Rules __construct ( $field_names)
  • $field_names
construct_error_message (line 81)
void construct_error_message ( $rule,  $value)
  • $rule
  • $value
run (line 34)
void run ( $thing)
  • $thing
run_on_single_field (line 47)
void run_on_single_field ( $field,  $value)
  • $field
  • $value
__call (line 19)
void __call ( $name,  $args)
  • $name
  • $args

Documentation generated on Fri, 18 May 2012 01:46:13 +0100 by phpDocumentor 1.4.3