/** * Count Words * by StatusTypeId Index(es) * @param integer $intStatusTypeId * @return int */ public static function CountByStatusTypeId($intStatusTypeId) { // Call Word::QueryCount to perform the CountByStatusTypeId query return Word::QueryCount(QQ::Equal(QQN::Word()->StatusTypeId, $intStatusTypeId)); }