ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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.
Referenced by Gettext\Utils\FunctionsScanner\saveGettextFunctions().
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 $context, $domain, $name, Gettext\Translations\getDomain(), Gettext\Utils\FunctionsScanner\getFunctions(), and Gettext\Translations\insert().