| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2002-2007 The Nucleus Group |
| License: | http://nucleuscms.org/license.txt GNU General Public License |
| Version: | $Id: PARSER.php 1148 2007-05-19 23:02:46Z kaigreve $ |
| File Size: | 156 lines (5 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PARSER:: (6 methods):
PARSER()
parse()
doAction()
call_using_array()
setProperty()
getProperty()
| PARSER($allowedActions, &$handler, $delim = '(<%|%>) X-Ref |
| Creates a new parser object with the given allowed actions and the given handler param: $allowedActions array param: $handler class object with functions for each action (reference) param: $delim optional delimiter param: $paramdelim optional parameterdelimiter |
| parse(&$contents) X-Ref |
| Parses the given contents and outputs it |
| doAction($action) X-Ref |
| handle an action |
| call_using_array($methodname, &$handler, $paramarray) X-Ref |
| Calls a method using an array of parameters (for use with PHP versions lower than 4.0.5) ( = call_user_func_array() function ) |
| setProperty($property, $value) X-Ref |
| No description |
| getProperty($name) X-Ref |
| No description |
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |