Exemplo n.º 1
0
 /**
  * Returns the number of quotes of this message.
  * 
  * @return	integer
  */
 public function isQuoted()
 {
     require_once WCF_DIR . 'lib/data/message/multiQuote/MultiQuoteManager.class.php';
     return MultiQuoteManager::getQuoteCount($this->pmID, 'pm');
 }