Ojs\JournalBundle\Entity\Journal::getCountry PHP Метод

getCountry() публичный Метод

Get country
public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
Результат BulutYazilim\LocationBundle\Entity\Country
    public function getCountry()
    {
        return $this->country;
    }
Journal