Ojs\JournalBundle\Entity\Journal::getUrl PHP Method

getUrl() public method

Get url
public getUrl ( ) : string
return string
    public function getUrl()
    {
        return $this->url;
    }
Journal