Skip to content
Search
DSL · Doctrine

from_dbal_limit_offset_qb

Definition

/**
 * @param Connection $connection
 * @param int $page_size
 * @param null|int $maximum - maximum can also be taken from a query builder, $maximum however is used regardless of the query builder if it's set
 * @param int $offset - offset can also be taken from a query builder, $offset however is used regardless of the query builder if it's set to non 0 value
 */
from_dbal_limit_offset_qb(Connection $connection, QueryBuilder $queryBuilder, int $page_size, ?int $maximum, int $offset) : DbalLimitOffsetExtractor

Contributors

Built in the open.

Join us on GitHub
scroll back to top