PHP Class Contao\CoreBundle\DataCollector\ContaoDataCollector

Inheritance: extends Symfony\Component\HttpKernel\DataCollector\DataCollector, use trait Contao\CoreBundle\Framework\FrameworkAwareTrait, use trait Contao\CoreBundle\Framework\ScopeAwareTrait
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Private Methods

Méthode Description
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).

Method Details

__construct() public méthode

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

collect() public méthode

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

getAdditionalData() public méthode

Returns the additional data added by unknown sources.
public getAdditionalData ( ) : array
Résultat array

getClassesAliased() public méthode

Returns the aliased classes.
public getClassesAliased ( ) : array
Résultat array

getClassesComposerized() public méthode

Returns the composerized classes.
public getClassesComposerized ( ) : array
Résultat array

getClassesSet() public méthode

Returns the set classes.
public getClassesSet ( ) : array
Résultat array

getContaoVersion() public méthode

Returns the Contao version and build number.
public getContaoVersion ( ) : string
Résultat string

getName() public méthode

public getName ( )

getSummary() public méthode

Returns the summary.
public getSummary ( ) : array
Résultat array