Newscoop\Entity\AutoId::setTranslationPhraseId PHP 메소드

setTranslationPhraseId() 공개 메소드

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