PDepend\Report\Dependencies\Xml::setArtifacts PHP Method

setArtifacts() public method

Sets the context code nodes.
public setArtifacts ( PDepend\Source\AST\ASTArtifactList $artifacts ) : void
$artifacts PDepend\Source\AST\ASTArtifactList
return void
    public function setArtifacts(ASTArtifactList $artifacts)
    {
        $this->code = $artifacts;
    }