-
Validator constructor.
-
Validate the validator
-
Whether or not an option exists by key.
-
Retrieve a single option.
-
Assigns a value to the specified option.
-
Get options by type.
-
public function __construct(array $options)
Validator constructor. -
public abstract function validate(variable $validation, string $field)
Validate the validator -
public function has(variable $key)
Whether or not an option exists by key. -
public function get(variable $key, variable $defaultValue)
Retrieve a single option. -
public function set(variable $key, variable $value)
Assigns a value to the specified option. -
public function getOptions(variable $keys, array $options)
Get options by type. -
internal function zephir_init_properties_Ice_Validation_Validator()