Newscoop\Entity\ArticleType::setPhraseId PHP Method

setPhraseId() public method

Set article type phraseId.
public setPhraseId ( $phraseId )
    public function setPhraseId($phraseId)
    {
        $this->phraseId = $phraseId;
        return $this;
    }