phpDocumentor\Reflection\DocBlock\Description::getDocBlock PHP Method

getDocBlock() public method

Gets the docblock this tag belongs to.
public getDocBlock ( ) : DocBlock
return phpDocumentor\Reflection\DocBlock The docblock this description belongs to.
    public function getDocBlock()
    {
        return $this->docblock;
    }