| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * Limb PHP Framework 4 * 5 * @link http://limb-project.com 6 * @copyright Copyright © 2004-2007 BIT(http://bit-creative.com) 7 * @license LGPL http://www.gnu.org/copyleft/lesser.html 8 */ 9 10 /** 11 * interface lmbMacroTokenizerListener. 12 * 13 * @package macro 14 * @version $Id$ 15 */ 16 interface lmbMacroTokenizerListener 17 { 18 function startElement($tag_name, $attrs); 19 function endElement($tag_name); 20 function emptyElement($tag_name, $attrs); 21 function characters($data); 22 function unexpectedEOF($data); 23 function invalidEntitySyntax($data); 24 function invalidAttributeSyntax(); 25 function setTemplateLocator($locator); 26 } 27 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Nov 22 03:48:54 2008 | Cross-referenced by PHPXref 0.7 |