\Gettext\UtilsJsFunctionsScanner

Summary

Methods
Properties
Constants
getFunctions()
saveGettextFunctions()
__construct()
No public properties found
No constants found
status()
downStatus()
upStatus()
prepareArgument()
$code
$status
N/A
No private methods found
No private properties found
N/A

Properties

$code

$code : 

Type

$status

$status : 

Type

Methods

getFunctions()

getFunctions(array  $constants = array()) : array

Scan and returns the functions and the arguments.

Parameters

array $constants

Constants used in the code to replace

Returns

array

saveGettextFunctions()

saveGettextFunctions(\Gettext\Translations  $translations, array  $options) 

Search for specific functions and create translations.

Parameters

\Gettext\Translations $translations

The translations instance where save the values

array $options

The extractor options

Throws

\Exception

__construct()

__construct(string  $code) 

Constructor.

Parameters

string $code

The php code to scan

status()

status(null|string  $match = null) : string|boolean

Get the current context of the scan.

Parameters

null|string $match

To check whether the current status is this value

Returns

string|boolean

downStatus()

downStatus(string  $status) 

Add a new status to the stack.

Parameters

string $status

upStatus()

upStatus() : string|null

Removes and return the current status.

Returns

string|null

prepareArgument()

prepareArgument(string  $argument) : string

Prepares the arguments found in functions.

Parameters

string $argument

Returns

string