[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
PHP_ParserGenerator, a php 5 parser generator. This is a direct port of the Lemon parser generator, found at {@link http://www.hwaci.com/sw/lemon/}
Author: | Gregory Beaver <[email protected]> |
Copyright: | 2006 Gregory Beaver |
License: | http://www.php.net/license/3_01.txt PHP License 3.01 |
Version: | CVS: $Id$ |
File Size: | 93 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHP_ParserGenerator_PropagationLink:: (3 methods):
Plink_add()
Plink_copy()
Plink_delete()
Class: PHP_ParserGenerator_PropagationLink - X-Ref
A followset propagation link indicates that the contents of onePlink_add(&$plpp, PHP_ParserGenerator_Config $cfp) X-Ref |
Add a propagation link to the current list This prepends the configuration passed in to the first parameter which is either 0 or a PHP_ParserGenerator_PropagationLink defining an existing list. param: PHP_ParserGenerator_PropagationLink|null param: PHP_ParserGenerator_Config |
Plink_copy(PHP_ParserGenerator_PropagationLink &$to,PHP_ParserGenerator_PropagationLink $from) X-Ref |
Transfer every propagation link on the list "from" to the list "to" |
Plink_delete($plp) X-Ref |
Delete every propagation link on the list param: PHP_ParserGenerator_PropagationLink|0 |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |