$tokens
$tokens : array
PHP tokens of the code to be parsed.
saveGettextFunctions(\Gettext\Translations $translations, array $options)
Search for specific functions and create translations.
\Gettext\Translations | $translations | The translations instance where save the values |
array | $options | The extractor options |
parsePhpComment(string $value, integer $line) : null|\Gettext\Utils\ParsedComment
Extract the actual text from a PHP comment.
If set, only returns comments that match the prefix(es).
string | $value | The PHP comment. |
integer | $line | Line number. |
Comment or null if comment extraction is disabled or if there is a prefix mismatch.