Interfaces, Classes, Traits and Enums
- FileAdapter
Table of Contents
-
read()
: array<string|int, mixed>
-
write()
: TmpFile
-
getDefaultValue()
: string|int|null|false
read()
public
read(FileInterface $file) : array<string|int, mixed>
Parameters
-
$file
: FileInterface
-
Return values
array<string|int, mixed>
—
write()
public
write(array<string|int, mixed> $data) : TmpFile
Parameters
-
$data
: array<string|int, mixed>
-
Return values
TmpFile
—
getDefaultValue()
private
getDefaultValue(string $type) : string|int|null|false
Parameters
-
$type
: string
-
Return values
string|int|null|false
—