PHP 클래스 Pagekit\Debug\DataCollector\RoutesDataCollector

상속: implements DebugBar\DataCollector\DataCollectorInterface
파일 보기 프로젝트 열기: pagekit/pagekit

보호된 프로퍼티들

프로퍼티 타입 설명
$cache
$file
$route
$router

공개 메소드들

메소드 설명
__construct ( Pagekit\Routing\Router $router, Pagekit\Event\EventDispatcherInterface $events, string $cache, string $file = '%s.cache' ) Constructor.
collect ( )
getName ( )

메소드 상세

__construct() 공개 메소드

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 collect ( )

getName() 공개 메소드

public getName ( )

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected $cache

$file 보호되어 있는 프로퍼티

protected $file

$route 보호되어 있는 프로퍼티

protected $route

$router 보호되어 있는 프로퍼티

protected $router