DATA_PREFIX
DATA_PREFIX
Last edit info component
$_journalTable : \Fuman_Table
$_userTable : \Fuman_Table
$_table : \Fuman_Table
$_record : \Fuman_Db_Record
__construct(\Fuman_Table|null $table = null, \Fuman_Db_Record|null $record = null, array|null $tableUniqueNames = array()) : \Fuman_Response_Data
Constructor
| \Fuman_Table|null | $table | |
| \Fuman_Db_Record|null | $record | |
| array|null | $tableUniqueNames |
setAttribute(string $key, string $value, boolean $appendValue = true, string $appendSpacer = ' ') : void
Sets an attribute. If $appendValue is true, the value is going to be appended with the $appendSpacer argument.
| string | $key | |
| string | $value | |
| boolean | $appendValue | |
| string | $appendSpacer |
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 |