FacturaScripts

SubRequest
in package

FinalYes

Table of Contents

Properties

$data  : array<string|int, mixed>

Methods

__construct()  : mixed
add()  : void
all()  : array<string|int, mixed>
get()  : string|null
getAlnum()  : string
getArray()  : array<string|int, mixed>
getBool()  : bool|null
getDate()  : string|null
getDateTime()  : string|null
getEmail()  : string|null
getFloat()  : float|null
getHour()  : string|null
getInt()  : int|null
getOnly()  : string|null
getString()  : string|null
getUrl()  : string|null
has()  : bool
isMissing()  : bool
remove()  : void
set()  : void

Properties

Methods

__construct()

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

add()

public add([array<string|int, mixed> $parameters = [] ]) : void
Parameters
$parameters : array<string|int, mixed> = []

all()

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

get()

public get(string $key[, mixed $default = null ]) : string|null
Parameters
$key : string
$default : mixed = null
Return values
string|null

getAlnum()

public getAlnum(string $key) : string
Parameters
$key : string
Return values
string

getArray()

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

getBool()

public getBool(string $key[, bool|null $default = null ]) : bool|null
Parameters
$key : string
$default : bool|null = null
Return values
bool|null

getDate()

public getDate(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

getDateTime()

public getDateTime(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

getEmail()

public getEmail(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

getFloat()

public getFloat(string $key[, float|null $default = null ]) : float|null
Parameters
$key : string
$default : float|null = null
Return values
float|null

getHour()

public getHour(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

getInt()

public getInt(string $key[, int|null $default = null ]) : int|null
Parameters
$key : string
$default : int|null = null
Return values
int|null

getOnly()

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

getString()

public getString(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

getUrl()

public getUrl(string $key[, string|null $default = null ]) : string|null
Parameters
$key : string
$default : string|null = null
Return values
string|null

has()

public has(string ...$key) : bool
Parameters
$key : string
Return values
bool

isMissing()

public isMissing(string ...$key) : bool
Parameters
$key : string
Return values
bool

remove()

public remove(string $key) : void
Parameters
$key : string

set()

public set(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed

        
On this page

Search results