Ojs\JournalBundle\Entity\BlockLink::setUrl PHP Method

setUrl() public method

Set url
public setUrl ( string $url ) : BlockLink
$url string
return BlockLink
    public function setUrl($url)
    {
        $this->url = $url;
        return $this;
    }