Documentation

Format
in package

Table of Contents

Constants

BOOL  = 'bool'
DATE  = 'date'
DATETIME  = 'datetime'
FLOAT  = 'float'
INT  = 'int'
STRING  = 'string'

Methods

value()  : mixed
values()  : array<string|int, mixed>

Constants

DATETIME

public mixed DATETIME = 'datetime'

FLOAT

public mixed FLOAT = 'float'

STRING

public mixed STRING = 'string'

Methods

value()

public static value(mixed $value, string $type) : mixed
Parameters
$value : mixed
$type : string

values()

public static values(array<string|int, mixed> $values) : array<string|int, mixed>
Parameters
$values : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results