PHP Class PHPSA\Compiler\Event\ScalarBeforeCompile

Inheritance: extends Webiny\Component\EventManager\Event
Afficher le fichier Open project: ovr/phpsa Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( NodeAbstract $scalar, Context $context )
getContext ( ) : Context
getScalar ( ) : PhpParser\Node\Scalar

Method Details

__construct() public méthode

public __construct ( NodeAbstract $scalar, Context $context )
$scalar PhpParser\NodeAbstract
$context PHPSA\Context

getContext() public méthode

public getContext ( ) : Context
Résultat PHPSA\Context

getScalar() public méthode

public getScalar ( ) : PhpParser\Node\Scalar
Résultat PhpParser\Node\Scalar