PHP 클래스 Barryvdh\Debugbar\DataCollector\SessionCollector

상속: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\DataCollectorInterface, implements DebugBar\DataCollector\Renderable
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$session Symfony\Component\HttpFoundation\Session\SessionInterface

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session ) Create a new SessionCollector
collect ( )
getName ( ) {@inheritDoc}
getWidgets ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new SessionCollector
public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$session Symfony\Component\HttpFoundation\Session\SessionInterface

collect() 공개 메소드

public collect ( )

getName() 공개 메소드

{@inheritDoc}
public getName ( )

getWidgets() 공개 메소드

{@inheritDoc}
public getWidgets ( )

프로퍼티 상세

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

protected SessionInterface,Symfony\Component\HttpFoundation\Session $session
리턴 Symfony\Component\HttpFoundation\Session\SessionInterface