yii\mongodb\file\Cursor::count PHP Method

count() public method

This method is required by the interface [[\Countable]].
public count ( ) : integer
return integer elements count.
    public function count()
    {
        return count($this->cursor);
    }