PHP 클래스 PHPSA\Compiler\Expression\MethodCall

상속: extends AbstractExpressionCompiler
파일 보기 프로젝트 열기: ovr/phpsa

보호된 프로퍼티들

프로퍼티 타입 설명
$name

보호된 메소드들

메소드 설명
compile ( PhpParser\Node\Expr\MethodCall $expr, Context $context ) : CompiledExpression
parseArgs ( array $arguments, Context $context ) : CompiledExpression[]

메소드 상세

compile() 보호된 메소드

protected compile ( PhpParser\Node\Expr\MethodCall $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\MethodCall
$context PHPSA\Context
리턴 PHPSA\CompiledExpression

parseArgs() 보호된 메소드

protected parseArgs ( array $arguments, Context $context ) : CompiledExpression[]
$arguments array
$context PHPSA\Context
리턴 PHPSA\CompiledExpression[]

프로퍼티 상세

$name 보호되어 있는 프로퍼티

protected $name