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

Class Message

Representation of an error message.

Namespace: ICanBoogie\Validate
Located at Message.php

Methods summary

public
# __construct( string $format, array $args = [] )

Parameters

$format
$args
public
# __toString( )

Inheritdoc

Properties summary

public string $format

Message format.

Message format.

#
public array $args

Formatting arguments.

Formatting arguments.

#
ICanBoogie/Validate master API documentation generated by ApiGen