PHP Класс Aimeos\Shop\Controller\JqadmController

Наследование: extends AdminController, use trait Illuminate\Foundation\Auth\Access\AuthorizesRequests
Показать файл Открыть проект

Открытые методы

Метод Описание
copyAction ( ) : string Returns the HTML code for a copy of a resource object
createAction ( ) : string Returns the HTML code for a new resource object
deleteAction ( ) : string Deletes the resource object or a list of resource objects
fileAction ( ) : Illuminate\Http\Response Returns the JS file content
getAction ( ) : string Returns the HTML code for the requested resource object
saveAction ( ) : string Saves a new resource object
searchAction ( ) : string Returns the HTML code for a list of resource objects

Защищенные методы

Метод Описание
createClient ( ) : Aimeos\Admin\JQAdm\Iface Returns the resource controller
getHtml ( string $content ) : Illuminate\Contracts\View\View Returns the generated HTML code

Описание методов

copyAction() публичный метод

Returns the HTML code for a copy of a resource object
public copyAction ( ) : string
Результат string Generated output

createAction() публичный метод

Returns the HTML code for a new resource object
public createAction ( ) : string
Результат string Generated output

createClient() защищенный метод

Returns the resource controller
protected createClient ( ) : Aimeos\Admin\JQAdm\Iface
Результат Aimeos\Admin\JQAdm\Iface JQAdm client

deleteAction() публичный метод

Deletes the resource object or a list of resource objects
public deleteAction ( ) : string
Результат string Generated output

fileAction() публичный метод

Returns the JS file content
public fileAction ( ) : Illuminate\Http\Response
Результат Illuminate\Http\Response Response object containing the generated output

getAction() публичный метод

Returns the HTML code for the requested resource object
public getAction ( ) : string
Результат string Generated output

getHtml() защищенный метод

Returns the generated HTML code
protected getHtml ( string $content ) : Illuminate\Contracts\View\View
$content string Content from admin client
Результат Illuminate\Contracts\View\View View for rendering the output

saveAction() публичный метод

Saves a new resource object
public saveAction ( ) : string
Результат string Generated output

searchAction() публичный метод

Returns the HTML code for a list of resource objects
public searchAction ( ) : string
Результат string Generated output