PHP Class PHPSA\Compiler\Scalar

Afficher le fichier Open project: ovr/phpsa

Méthodes publiques

Méthode Description
__construct ( Context $context, EventManager $eventManager )
compile ( PhpParser\Node\Scalar $scalar ) : CompiledExpression

Méthodes protégées

Méthode Description
factory ( PhpParser\Node\Scalar $scalar ) : CompiledExpression

Method Details

__construct() public méthode

public __construct ( Context $context, EventManager $eventManager )
$context PHPSA\Context
$eventManager Webiny\Component\EventManager\EventManager

compile() public méthode

public compile ( PhpParser\Node\Scalar $scalar ) : CompiledExpression
$scalar PhpParser\Node\Scalar
Résultat PHPSA\CompiledExpression

factory() protected méthode

protected factory ( PhpParser\Node\Scalar $scalar ) : CompiledExpression
$scalar PhpParser\Node\Scalar
Résultat PHPSA\CompiledExpression