App\Controllers\Storage

Implements:

Basicis\Controller\ControllerInterface, Basicis\Http\Server\RequestHandlerInterface

Extend:

Basicis\Controller\Controller

Methods

Name Description
assets Function assets
deleteFile Function delete
download Function download
upload Function upload

Inherited methods

Name Description
__invoke Function handle
Handles a request and produces a response.  
all Function all
Find all a model items of the specified class  
create Function create
Creates a model of the specified class  
delete Function delete
Delete a model of the specified class  
extractUniqueColumns Function extractUniqueColumns
Extract Unique Columns of model class and return these as array  
find Function find
Find one a model item of the specified class  
getModelByAnnotation Function getModelByAnnotation
Get annotations model class  
handle Function handle
Default method  
index Function index
Default method  
update Function update
Update a model of the specified class  

Storage::assets

Description

public assets (\App $app, object $args)

Function assets

Parameters

Return Values

void


Storage::deleteFile

Description

public deleteFile (\App $app, object $args)

Function delete

Parameters

Return Values

void


Storage::download

Description

public download (\App $app, object $args)

Function download

Parameters

Return Values

void


Storage::upload

Description

public upload (\App $app, object $args)

Function upload

Parameters

Return Values

void