getPhraseId() public method

public getPhraseId ( ) : -1
return -1
コード例 #1
0
ファイル: ArticleType.php プロジェクト: nidzix/Newscoop
 /**
  * Returns the phrase id of the AT.
  *
  * @return -1 or integer
  */
 public function getPhraseId()
 {
     return $this->m_metadata->getPhraseId();
 }