Sulu\Bundle\ResourceBundle\Entity\OperatorValue::getTranslations PHP 메소드

getTranslations() 공개 메소드

Get translations.
public getTranslations ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection
    public function getTranslations()
    {
        return $this->translations;
    }