lithium\util\Validator::$_rules

protected static property

An array of validation rules. May contain a single regular expression, an array of regular expressions (where the array keys define various possible 'formats' of the same rule), or a closure which accepts a value to be validated, and an array of options, and returns a boolean value, indicating whether the validation succeeded or failed.

Source

	protected static $_rules = array();