Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
createClient ( ) : Aimeos\Admin\JQAdm\Iface | Returns the resource controller | |
getHtml ( string $content ) : Illuminate\Contracts\View\View | Returns the generated HTML code |
public copyAction ( ) : string | ||
return | string | Generated output |
public createAction ( ) : string | ||
return | string | Generated output |
protected createClient ( ) : Aimeos\Admin\JQAdm\Iface | ||
return | Aimeos\Admin\JQAdm\Iface | JQAdm client |
public deleteAction ( ) : string | ||
return | string | Generated output |
public fileAction ( ) : Illuminate\Http\Response | ||
return | Illuminate\Http\Response | Response object containing the generated output |
public saveAction ( ) : string | ||
return | string | Generated output |
public searchAction ( ) : string | ||
return | string | Generated output |