ICanBoogie/Validate master
  • Namespace
  • Class

Namespaces

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

Interfaces

  • IfCallable
  • UnlessCallable

Interface UnlessCallable

Callable interface for the ValidatorOptions::OPTION_UNLESS option.

Namespace: ICanBoogie\Validate\Validation
Located at Validation/UnlessCallable.php

Methods summary

public boolean
# __invoke( ICanBoogie\Validate\Context $context )

Whether the validator should be skipped.

Whether the validator should be skipped.

Parameters

$context

Returns

boolean
true if the validator should be skipped, false otherwise.
ICanBoogie/Validate master API documentation generated by ApiGen