PHP 클래스 Aimeos\Shop\Controller\JqadmController

상속: extends AdminController, use trait Illuminate\Foundation\Auth\Access\AuthorizesRequests
파일 보기 프로젝트 열기: aimeos/aimeos-laravel

공개 메소드들

메소드 설명
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