PDepend\Source\AST\AbstractASTType::setContext PHP 메소드

setContext() 공개 메소드

Sets the currently active builder context.
public setContext ( PDepend\Source\Builder\BuilderContext $context ) : AbstractASTType
$context PDepend\Source\Builder\BuilderContext
리턴 AbstractASTType
    public function setContext(BuilderContext $context)
    {
        $this->context = $context;
        return $this;
    }