Newscoop\Entity\Translation::getTranslationText PHP Method

getTranslationText() public method

Gets the value of translationText.
public getTranslationText ( ) : integer
return integer
    public function getTranslationText()
    {
        return $this->translationText;
    }