PHP Class Pagekit\Debug\DataCollector\RoutesDataCollector

Inheritance: implements DebugBar\DataCollector\DataCollectorInterface
Afficher le fichier Open project: pagekit/pagekit

Protected Properties

Свойство Type Description
$cache
$file
$route
$router

Méthodes publiques

Méthode Description
__construct ( Pagekit\Routing\Router $router, Pagekit\Event\EventDispatcherInterface $events, string $cache, string $file = '%s.cache' ) Constructor.
collect ( )
getName ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( Pagekit\Routing\Router $router, Pagekit\Event\EventDispatcherInterface $events, string $cache, string $file = '%s.cache' )
$router Pagekit\Routing\Router
$events Pagekit\Event\EventDispatcherInterface
$cache string
$file string

collect() public méthode

public collect ( )

getName() public méthode

public getName ( )

Property Details

$cache protected_oe property

protected $cache

$file protected_oe property

protected $file

$route protected_oe property

protected $route

$router protected_oe property

protected $router