Newscoop\Entity\AutoId::setTranslationPhraseId PHP Method

setTranslationPhraseId() public method

Sets the value of translationPhraseId.
public setTranslationPhraseId ( integer $translationPhraseId ) : self
$translationPhraseId integer the translation phrase id
return self
    public function setTranslationPhraseId($translationPhraseId)
    {
        $this->translationPhraseId = $translationPhraseId;
        return $this;
    }