Class: base_actionbox
Quellcode Position: Program_Root/base_actionbox.php
Class base_actionbox
Class Overview
|
Base class of action box objects box plugins must be inherited from this superclass Implementiert in Program_Root/base_actionbox.php [Zeile 24] base_object | --base_plugin | --base_actionboxAuthor(s):
|
[ Seitenanfang ]
Inherited Properties And Methods
[ Seitenanfang ]
Properties Summary
| integer | $box_id | box record database id |
| mixed | $cacheable | Is the output cacheable? |
| string | $css_class_input | Css class |
[ Seitenanfang ]
Method Summary
| void | deleteCache() | Delete output cache of current box |
| mixed | getCacheId() | Get output cache identifier |
| string | getParsedData() | Return page XML |
| string | parseXML() | Parse XML with XSL template file |
[ Seitenanfang ]
Properties
mixed
$cacheable
= true [Zeile 41]
Is the output cacheable?
Neudefinition von:
- base_plugin::$cacheable
- Output of module cacheable?
[ Seitenanfang ]
Methods
deleteCache [Zeile 110]
|
Delete output cache of current box
API Tags:
| Access: | public |
[ Seitenanfang ]
getCacheId [Zeile 97]
|
Get output cache identifier
API Tags:
| Return: | Cache Id or false |
| Access: | public |
[ Seitenanfang ]
getParsedData [Zeile 47]
|
Return page XML
Neudefinition von:
- base_plugin::getParsedData()
- XML for take-over in page
[ Seitenanfang ]
parseXML [Zeile 60]
|
Parse XML with XSL template file
Parameters:| string | $xslfile: | template file |
| string | $xmldata: | xml data |
| array | $params: | xslt parsing params |
API Tags:
| Access: | public |
[ Seitenanfang ]
