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

getPath() public method

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