ConversationMessageModel::getCount PHP Method

getCount() public method

Deprecation:
public getCount ( $wheres = [] )
    public function getCount($wheres = [])
    {
        deprecated('ConversationMessageModel->getCount()', 'ConversationMessageModel->getCountByConversation()');
        $args = func_get_args();
        return $this->getCountByConversation(val(0, $args, 0), val(1, $args, Gdn::session()->UserID), val(2, $args, ''));
    }