ICanBoogie
  • Documentation
  • API Reference
  • Validate v0.1.0
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 read( string $name ) : mixed

Reads a value from a source.

Reads a value from a source.

Parameters

$name

Returns

mixed
Validate v0.1.0 – Check on GitHub – API documentation generated by ApiGen