PHP 클래스 Contao\CoreBundle\DataCollector\ContaoDataCollector

상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector, use trait Contao\CoreBundle\Framework\FrameworkAwareTrait, use trait Contao\CoreBundle\Framework\ScopeAwareTrait
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $packages ) Constructor.
collect ( Request $request, Response $response, Exception $exception = null )
getAdditionalData ( ) : array Returns the additional data added by unknown sources.
getClassesAliased ( ) : array Returns the aliased classes.
getClassesComposerized ( ) : array Returns the composerized classes.
getClassesSet ( ) : array Returns the set classes.
getContaoVersion ( ) : string Returns the Contao version and build number.
getName ( )
getSummary ( ) : array Returns the summary.

비공개 메소드들

메소드 설명
addSummaryData ( ) Adds the summary data.
getData ( string $key ) : array Returns the debug data as array.
getLayout ( ) : LayoutModel | null Returns the layout model (front end only).
getLayoutName ( ) : string Returns the page layout name (front end only).
getTemplateName ( ) : string Returns the template name (front end only).

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $packages )
$packages array

collect() 공개 메소드

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getAdditionalData() 공개 메소드

Returns the additional data added by unknown sources.
public getAdditionalData ( ) : array
리턴 array

getClassesAliased() 공개 메소드

Returns the aliased classes.
public getClassesAliased ( ) : array
리턴 array

getClassesComposerized() 공개 메소드

Returns the composerized classes.
public getClassesComposerized ( ) : array
리턴 array

getClassesSet() 공개 메소드

Returns the set classes.
public getClassesSet ( ) : array
리턴 array

getContaoVersion() 공개 메소드

Returns the Contao version and build number.
public getContaoVersion ( ) : string
리턴 string

getName() 공개 메소드

public getName ( )

getSummary() 공개 메소드

Returns the summary.
public getSummary ( ) : array
리턴 array