JAVASCIPT_LOAD_TYPE_DEFAULT
JAVASCIPT_LOAD_TYPE_DEFAULT
Abstract component for table cleanup
$_request : \Fuman_Request
__construct(null $templatePath = null, \stdClass $data = null) : \Fuman_Response_Data
Constructor
| null | $templatePath | |
| \stdClass | $data |
addCssFile(string $path, string $media = 'all', string|null $packageName = null) : \Fuman_Response_Data
Add a CSS file
| string | $path | |
| string | $media | |
| string|null | $packageName | Used for pack.php |
addJsFile(string $path, integer $javaScriptLoadType, string|null $packageName = null) : \Fuman_Response_Data
Add a Js file
| string | $path | |
| integer | $javaScriptLoadType | |
| string|null | $packageName | Used for pack.php |
setTemplatePath(string $templatePath) : \Fuman_Response_Data
Sets script path
| string | $templatePath |
prepare(\Fuman_Table $table, array $info) : mixed
Prepare
| \Fuman_Table | $table | |
| array | $info |
execute(\Fuman_Table $table, array $info) : mixed
Execute
| \Fuman_Table | $table | |
| array | $info |