Neuron-PHP

Validation extends Base
in package

Neuron base class for building exceptions.

Table of Contents

Properties

$errors  : array<string|int, mixed>

Methods

__construct()  : mixed
getErrors()  : array<string|int, mixed>

Properties

$errors

private array<string|int, mixed> $errors

Methods

__construct()

public __construct(string $name, array<string|int, mixed> $errors) : mixed
Parameters
$name : string
$errors : array<string|int, mixed>

getErrors()

public getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results