|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclTokenizer. More...
Collaboration diagram for ilDclTokenizer:Static Public Member Functions | |
| static | getTokens ($expression) |
| Split expression by & (ignore escaped &-symbols with backslash) More... | |
| static | getMathTokens ($math_expression) |
| Generate tokens for a math expression. More... | |
Class ilDclTokenizer.
Definition at line 9 of file class.ilDclTokenizer.php.
|
static |
Generate tokens for a math expression.
| string | $math_expression | Expression of type math |
Definition at line 46 of file class.ilDclTokenizer.php.
References ilDclExpressionParser\getOperators(), and PREG_SPLIT_DELIM_CAPTURE.
Referenced by ilDclExpressionParser\parse().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Split expression by & (ignore escaped &-symbols with backslash)
| string | $expression | Global expression to parse |
Definition at line 19 of file class.ilDclTokenizer.php.
Referenced by ilDclExpressionParser\parse().
Here is the caller graph for this function: