interface FileInterface implements ResourceInterface, RetrieveInterface, ListAllInterface

Methods

string
getId()

No description

mixed
retrieve(string $id)

No description

listAll(array $arguments)

No description

create(FileTypeInterface $file, array $arguments = [], string $key = null)

No description

Details

in Identifiable at line 7
string getId()

Return Value

string

in RetrieveInterface at line 15
mixed retrieve(string $id)

Parameters

string $id

Return Value

mixed

in ListAllInterface at line 7
listAll(array $arguments)

Parameters

array $arguments

at line 12
FileInterface create(FileTypeInterface $file, array $arguments = [], string $key = null)

Parameters

FileTypeInterface $file
array $arguments
string $key

Return Value

FileInterface