getPhraseId() public method

public getPhraseId ( ) : -1
return -1
Example #1
0
 /**
  * Returns the phrase id of the AT.
  *
  * @return -1 or integer
  */
 public function getPhraseId()
 {
     return $this->m_metadata->getPhraseId();
 }