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

getSettings() public method

Get settings
public getSettings ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getSettings()
    {
        return $this->settings;
    }
Journal