Newscoop\Entity\Translation::__toString PHP Method

__toString() public method

Return translation text when echo this object
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->translationText;
    }