a-blog cms PHP API Reference

ValidatorFactory extends Factory
in package

Table of Contents

Properties

$_collection  : array<string|int, mixed>
$instance  : object

Methods

attach()  : void
call()  : string|bool
detach()  : void
getCollection()  : array<string|int, mixed>
singleton()  : static

Properties

$_collection

protected array<string|int, mixed> $_collection = []

Methods

attach()

public attach(string $ns, mixed $corrector) : void
Parameters
$ns : string
$corrector : mixed

call()

public call(string $method[, mixed $params = [] ]) : string|bool
Parameters
$method : string
$params : mixed = []
Return values
string|bool

detach()

public detach(string $ns) : void
Parameters
$ns : string

getCollection()

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

singleton()

public static singleton() : static
Tags
static
Return values
static

        
On this page

Search results