Свойство | Type | Description | |
---|---|---|---|
$plugin | string | Defines which plugin this panel is from so the element can be located. |
Свойство | Type | Description | |
---|---|---|---|
$_data | array | The data collected about a given request. |
Méthode | Description | |
---|---|---|
data ( ) : array | Get the data a panel has collected. | |
elementName ( ) : string | Get the element name for the panel. | |
implementedEvents ( ) : array | Get the events this panels supports. | |
initialize ( ) : void | Initialize hook method. | |
shutdown ( Cake\Event\Event $event ) : void | Shutdown callback | |
summary ( ) : string | Get the summary data for a panel. | |
title ( ) : string | Get the title for the panel. |
public elementName ( ) : string | ||
Résultat | string |
public implementedEvents ( ) : array | ||
Résultat | array |
protected array $_data | ||
Résultat | array |
public string $plugin | ||
Résultat | string |