ICanBoogie/Validate master
  • Namespace
  • Class

Namespaces

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

Classes

  • Context
  • Message
  • Render
  • Validation
  • ValidationErrors

Interfaces

  • Reader
  • Validator
  • ValidatorOptions
  • ValidatorProvider

Exceptions

  • ParameterIsMissing
  • ValidationFailed

Interface Reader

An interface to read values from a source.

Direct known implementers

ICanBoogie\Validate\Reader\AbstractAdapter

Indirect known implementers

ICanBoogie\Validate\Reader\ArrayAdapter, ICanBoogie\Validate\Reader\ObjectAdapter, ICanBoogie\Validate\Reader\RequestAdapter

Namespace: ICanBoogie\Validate
Located at Reader.php

Methods summary

public mixed
# read( string $name )

Reads a value from a source.

Reads a value from a source.

Parameters

$name

Returns

mixed
ICanBoogie/Validate master API documentation generated by ApiGen