PHPSA\Definition\ClassMethod::run PHP 메소드

run() 공개 메소드

public run ( Context $context, array $args = null ) : CompiledExpression
$context PHPSA\Context
$args array
리턴 PHPSA\CompiledExpression
    public function run(Context $context, array $args = null)
    {
        return new CompiledExpression();
    }