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

getFooterText() public method

public getFooterText ( ) : string
return string
    public function getFooterText()
    {
        return $this->getLogicalFieldTranslation('footerText', false);
    }
Journal