You are here

protected property PagedRouteCollection::$routesBatchSize in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/PagedRouteCollection.php \Symfony\Cmf\Component\Routing\PagedRouteCollection::routesBatchSize

Stores the amount of routes which are loaded in parallel and kept in memory.

Type: int

File

vendor/symfony-cmf/routing/PagedRouteCollection.php, line 33

Class

PagedRouteCollection
Provides a route collection which avoids having all routes in memory.

Namespace

Symfony\Cmf\Component\Routing

Code

protected $routesBatchSize;