|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Function parsed by PhpFunctionsScanner. More...
Collaboration diagram for Gettext\Utils\ParsedFunction:Public Member Functions | |
| __construct ($name, $line) | |
| Initializes the instance. More... | |
| stopArgument () | |
| Stop extracting strings from the current argument (because we found something that's not a string). More... | |
| nextArgument () | |
| Go to the next argument because we a comma was found. More... | |
| addArgumentChunk ($chunk) | |
| Add a string to the current argument. More... | |
| addComment ($comment) | |
| Add a comment associated to this function. More... | |
| close () | |
Protected Attributes | |
| $name | |
| $line | |
| $arguments | |
| $argumentIndex | |
| $argumentStopped | |
| $comments | |
Function parsed by PhpFunctionsScanner.
Definition at line 8 of file ParsedFunction.php.
| Gettext\Utils\ParsedFunction::__construct | ( | $name, | |
| $line | |||
| ) |
Initializes the instance.
| string | $name | The function name. |
| int | $line | The line where the function starts. |
Definition at line 58 of file ParsedFunction.php.
References Gettext\Utils\ParsedFunction\$line, and Gettext\Utils\ParsedFunction\$name.
| Gettext\Utils\ParsedFunction::addArgumentChunk | ( | $chunk | ) |
Add a string to the current argument.
| string | $chunk |
Definition at line 98 of file ParsedFunction.php.
References Gettext\Utils\ParsedFunction\$argumentIndex.
| Gettext\Utils\ParsedFunction::addComment | ( | $comment | ) |
Add a comment associated to this function.
| string | $comment |
Definition at line 117 of file ParsedFunction.php.
References $comment.
| Gettext\Utils\ParsedFunction::close | ( | ) |
Definition at line 135 of file ParsedFunction.php.
References Gettext\Utils\ParsedFunction\$argumentIndex, Gettext\Utils\ParsedFunction\$arguments, and $i.
| Gettext\Utils\ParsedFunction::nextArgument | ( | ) |
Go to the next argument because we a comma was found.
Definition at line 82 of file ParsedFunction.php.
References Gettext\Utils\ParsedFunction\$argumentIndex.
| Gettext\Utils\ParsedFunction::stopArgument | ( | ) |
Stop extracting strings from the current argument (because we found something that's not a string).
Definition at line 71 of file ParsedFunction.php.
|
protected |
Definition at line 36 of file ParsedFunction.php.
Referenced by Gettext\Utils\ParsedFunction\addArgumentChunk(), Gettext\Utils\ParsedFunction\close(), and Gettext\Utils\ParsedFunction\nextArgument().
|
protected |
Definition at line 29 of file ParsedFunction.php.
Referenced by Gettext\Utils\ParsedFunction\close().
|
protected |
Definition at line 43 of file ParsedFunction.php.
|
protected |
Definition at line 50 of file ParsedFunction.php.
|
protected |
Definition at line 22 of file ParsedFunction.php.
Referenced by Gettext\Utils\ParsedFunction\__construct().
|
protected |
Definition at line 15 of file ParsedFunction.php.
Referenced by Gettext\Utils\ParsedFunction\__construct().