Class Luxor_SimpleParse
$Horde: luxor/lib/SimpleParse.php,v 1.10 2005/06/13 03:20:27 selsky Exp $
public
|
#
Luxor_SimpleParse( ressource & $fileh, integer $tabhint, array $blksep )
Constructor for the source code parser. |
public
|
public
mixed
|
$_fileh
File handle. |
|
public
integer
|
$_line
Current linenumber. |
#
0
|
public
array
|
$_frags
Fragments in queue. |
#
array()
|
public
array
|
$_bodyid
Array of body type ids. |
#
array()
|
public
array
|
$_term
Fragment closing delimiters. |
#
array()
|
public
string
|
$_split
Fragmentation regexp. |
#
''
|
public
string
|
$_open
Fragment opening regexp. |
#
''
|
public
integer
|
$_tabwidth
Tab width. |
#
8
|