| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.64 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 303 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BaseActions:: (20 methods):
BaseActions()
parse_include()
parse_phpinclude()
parse_parsedinclude()
getIncludeFileName()
parse_skinfile()
parse_set()
_addIfCondition()
_updateTopIfCondition()
_addIfExecute()
_updateIfExecute()
_getTopIfCondition()
setHighlight()
highlight()
parse_if()
parse_else()
parse_elseif()
parse_ifnot()
parse_elseifnot()
parse_endif()
Class: BaseActions - X-Ref
This class contains parse actions that are available in all ACTION classes| BaseActions() X-Ref |
| No description |
| parse_include($filename) X-Ref |
| No description |
| parse_phpinclude($filename) X-Ref |
| No description |
| parse_parsedinclude($filename) X-Ref |
| No description |
| getIncludeFileName($filename) X-Ref |
| Returns the correct location of the file to be included, according to parser properties IF IncludeMode = 'skindir' => use skindir |
| parse_skinfile($filename) X-Ref |
| Inserts an url relative to the skindir (useful when doing import/export) e.g. <skinfile(default/myfile.sth)> |
| parse_set($property, $value) X-Ref |
| Sets a property for the parser |
| _addIfCondition($condition) X-Ref |
| Helper function: add if condition |
| _updateTopIfCondition() X-Ref |
| No description |
| _addIfExecute() X-Ref |
| Helper function for elseif / elseifnot |
| _updateIfExecute($condition) X-Ref |
| Helper function for elseif / elseifnot param: string condition to be fullfilled |
| _getTopIfCondition() X-Ref |
| returns the currently top if condition |
| setHighlight($highlight) X-Ref |
| Sets the search terms to be highlighted param: $highlight |
| highlight(&$data) X-Ref |
| Applies the highlight to the given piece of text param: &$data |
| parse_if() X-Ref |
| Parses <%if%> statements |
| parse_else() X-Ref |
| Parses <%else%> statements |
| parse_elseif() X-Ref |
| Parses <%elseif%> statements |
| parse_ifnot() X-Ref |
| Parses <%ifnot%> statements |
| parse_elseifnot() X-Ref |
| Parses <%elseifnot%> statements |
| parse_endif() X-Ref |
| Ends a conditional if-block see e.g. ifcat (BLOG), ifblogsetting (PAGEFACTORY) |
| Generated: Mon May 2 16:14:08 2011 | Cross-referenced by PHPXref 0.7.1 |