lithium\util\Validator::$_options

protected static property

Default options used when defining a new validator rule. Each key contains method-specific options that should always be applied, or options that should be applied to all rules in the 'defaults' key.

Source

	protected static $_options = array(
		'defaults' => array('contains' => true)
	);