FacturaScripts

RequestFiles
in package

FinalYes

Table of Contents

Properties

$data  : mixed

Methods

__construct()  : mixed
all()  : array<string|int, UploadedFile>
get()  : UploadedFile|null
getArray()  : array<string|int, UploadedFile>
has()  : bool
isMissing()  : bool
remove()  : void
set()  : void
convertArrayFiles()  : array<string|int, mixed>

Properties

Methods

__construct()

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

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

convertArrayFiles()

private convertArrayFiles(mixed $file_post) : array<string|int, mixed>
Parameters
$file_post : mixed
Return values
array<string|int, mixed>

        
On this page

Search results