phpDocumentor\Reflection\DocBlock\Tag::setLocation PHP Method

setLocation() public method

Sets the location of the tag.
public setLocation ( phpDocumentor\Reflection\DocBlock\Location $location = null )
$location phpDocumentor\Reflection\DocBlock\Location The new location of the tag.
    public function setLocation(Location $location = null)
    {
        $this->location = $location;
        return $this;
    }