ICanBoogie/Validate master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Validate
      • Reader
      • Validation
      • Validator
      • ValidatorProvider

Classes

  • AbstractComparisonValidator
  • AbstractRangeValidator
  • AbstractValidator
  • Between
  • BetweenLength
  • Blank
  • Boolean
  • Email
  • Equal
  • Identical
  • IsFalse
  • IsNull
  • IsTrue
  • JSON
  • Max
  • MaxLength
  • Min
  • MinLength
  • NotBetween
  • NotBetweenLength
  • NotBlank
  • NotEqual
  • NotIdentical
  • NotNull
  • Regex
  • Required
  • TimeZone
  • Type
  • URL

Class NotEqual

Validates that a value does not equal a reference.

ICanBoogie\Validate\Validator\AbstractValidator implements ICanBoogie\Validate\Validator
Extended by ICanBoogie\Validate\Validator\AbstractComparisonValidator
Extended by ICanBoogie\Validate\Validator\NotEqual
Namespace: ICanBoogie\Validate\Validator
Located at Validator/NotEqual.php

Methods summary

protected boolean
# compare( mixed $value, mixed $reference )

Parameters

$value
$reference

Returns

boolean

Inheritdoc

Methods inherited from ICanBoogie\Validate\Validator\AbstractComparisonValidator

get_params_mapping(), validate()

Methods inherited from ICanBoogie\Validate\Validator\AbstractValidator

normalize_params()

Constants summary

Constants inherited from ICanBoogie\Validate\Validator\AbstractComparisonValidator

MESSAGE_ARG_REFERENCE, MESSAGE_ARG_VALUE_TYPE, PARAM_REFERENCE

Constants inherited from ICanBoogie\Validate\Validator

ALIAS, DEFAULT_MESSAGE, MESSAGE_ARG_ATTRIBUTE, MESSAGE_ARG_VALIDATOR, MESSAGE_ARG_VALUE

Constants inherited from ICanBoogie\Validate\ValidatorOptions

OPTION_IF, OPTION_MESSAGE, OPTION_STOP_ON_ERROR, OPTION_UNLESS

ICanBoogie/Validate master API documentation generated by ApiGen