Sulu\Bundle\ResourceBundle\Entity\OperatorValue::getTranslations PHP Method

getTranslations() public method

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