ICanBoogie
  • Documentation
  • API Reference
  • Validate master
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( void )

Inheritdoc

Properties summary

public $format : string

Message format.

Message format.


		
public $args : array

Formatting arguments.

Formatting arguments.


		
Validate master – Check on GitHub – API documentation generated by ApiGen