|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Gettext\Utils\FunctionsScanner:
Collaboration diagram for Gettext\Utils\FunctionsScanner:Public Member Functions | |
| getFunctions () | |
| Scan and returns the functions and the arguments. More... | |
| saveGettextFunctions (array $functions, Translations $translations, $file='') | |
| Search for specific functions and create translations. More... | |
Definition at line 8 of file FunctionsScanner.php.
|
abstract |
Scan and returns the functions and the arguments.
Reimplemented in Gettext\Utils\JsFunctionsScanner, and Gettext\Utils\PhpFunctionsScanner.
Referenced by Gettext\Utils\FunctionsScanner\saveGettextFunctions().
Here is the caller graph for this function:| Gettext\Utils\FunctionsScanner::saveGettextFunctions | ( | array | $functions, |
| Translations | $translations, | ||
$file = '' |
|||
| ) |
Search for specific functions and create translations.
| array | $functions | The gettext functions to search |
| Translations | $translations | The translations instance where save the values |
| string | $file | The filename used to the reference |
Definition at line 24 of file FunctionsScanner.php.
References $domain, $file, $function, $name, Gettext\Translations\getDomain(), Gettext\Utils\FunctionsScanner\getFunctions(), and Gettext\Translations\insert().
Here is the call graph for this function: