107 lines
798 B
Markdown
107 lines
798 B
Markdown
SYSTEM\PAGE\ParensParser
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: ParensParser
|
|
* Namespace: SYSTEM\PAGE
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $stack
|
|
|
|
protected mixed $stack = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
### $current
|
|
|
|
protected mixed $current = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
### $string
|
|
|
|
protected mixed $string = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
### $position
|
|
|
|
protected mixed $position = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
### $buffer_start
|
|
|
|
protected mixed $buffer_start = null
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### parse
|
|
|
|
mixed SYSTEM\PAGE\ParensParser::parse($string)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
#### Arguments
|
|
* $string **mixed**
|
|
|
|
|
|
|
|
### push
|
|
|
|
mixed SYSTEM\PAGE\ParensParser::push()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **protected**
|
|
|
|
|
|
|