Ojs\JournalBundle\Entity\Lang::getRtl PHP 메소드

getRtl() 공개 메소드

Get rtl
public getRtl ( ) : boolean
리턴 boolean
    public function getRtl()
    {
        return $this->rtl;
    }