Mongolid\Cursor\CacheableCursor::getLimit PHP Méthode

getLimit() protected méthode

Gets the limit clause of the query if any.
protected getLimit ( ) : mixed
Résultat mixed Int or null
    protected function getLimit()
    {
        return $this->originalLimit ?: $this->params[1]['limit'] ?? null;
    }