PHP 클래스 PHPSA\Compiler\Scalar

파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
__construct ( Context $context, EventManager $eventManager )
compile ( PhpParser\Node\Scalar $scalar ) : CompiledExpression

보호된 메소드들

메소드 설명
factory ( PhpParser\Node\Scalar $scalar ) : CompiledExpression

메소드 상세

__construct() 공개 메소드

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

compile() 공개 메소드

public compile ( PhpParser\Node\Scalar $scalar ) : CompiledExpression
$scalar PhpParser\Node\Scalar
리턴 PHPSA\CompiledExpression

factory() 보호된 메소드

protected factory ( PhpParser\Node\Scalar $scalar ) : CompiledExpression
$scalar PhpParser\Node\Scalar
리턴 PHPSA\CompiledExpression