예제 #1
0
 /**
  * Load a single NarroTextComment object,
  * by TextCommentId Index(es)
  * @param integer $intTextCommentId
  * @param QQClause[] $objOptionalClauses additional optional QQClause objects for this query
  * @return NarroTextComment
  */
 public static function LoadByTextCommentId($intTextCommentId, $objOptionalClauses = null)
 {
     return NarroTextComment::QuerySingle(QQ::AndCondition(QQ::Equal(QQN::NarroTextComment()->TextCommentId, $intTextCommentId)), $objOptionalClauses);
 }