File/stringparser_bbcode.class.php

Description

BB code string parsing class

Version: 0.3.2

Classes
Class Description
 class StringParser_BBCode BB code string parser class
 class StringParser_BBCode_Node_Paragraph BBCode String parser paragraph node class
 class StringParser_BBCode_Node_Element BBCode String parser element node class
Includes
 require_once (dirname(__FILE__).'/stringparser.class.php') (line 34)
Constants
BBCODE_CLOSETAG_FORBIDDEN = -1 (line 36)
BBCODE_CLOSETAG_IMPLICIT = 1 (line 38)
BBCODE_CLOSETAG_IMPLICIT_ON_CLOSE_ONLY = 2 (line 39)
BBCODE_CLOSETAG_MUSTEXIST = 3 (line 40)
BBCODE_CLOSETAG_OPTIONAL = 0 (line 37)
BBCODE_NEWLINE_DROP = 2 (line 44)
BBCODE_NEWLINE_IGNORE = 1 (line 43)
BBCODE_NEWLINE_PARSE = 0 (line 42)
BBCODE_PARAGRAPH_ALLOW_BREAKUP = 0 (line 46)
BBCODE_PARAGRAPH_ALLOW_INSIDE = 1 (line 47)
BBCODE_PARAGRAPH_BLOCK_ELEMENT = 2 (line 48)
STRINGPARSER_BBCODE_NODE_ELEMENT = 32 (line 1398)

Node type: BBCode Element node

  • see: StringParser_BBCode_Node_Element::_type
STRINGPARSER_BBCODE_NODE_PARAGRAPH = 33 (line 1404)

Node type: BBCode Paragraph node

  • see: StringParser_BBCode_Node_Paragraph::_type

Documentation generated on Mon, 10 Dec 2007 13:29:40 +0100 by phpDocumentor 1.4.0