Ojs\CoreBundle\Entity\TranslateableTrait::getCurrentTranslation PHP 메소드

getCurrentTranslation() 공개 메소드

public getCurrentTranslation ( ) : Prezent\Doctrine\Translatable\TranslationInterface
리턴 Prezent\Doctrine\Translatable\TranslationInterface
    public function getCurrentTranslation()
    {
        return $this->currentTranslation;
    }