Class bedezign\yii2\audit\panels\JavascriptPanel

Inheritancebedezign\yii2\audit\panels\JavascriptPanel » bedezign\yii2\audit\components\panels\Panel » yii\debug\Panel
Uses Traitsbedezign\yii2\audit\components\panels\PanelTrait

JavascriptPanel

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$maxAge int Maximum age (in days) of the data before it is cleaned bedezign\yii2\audit\components\panels\PanelTrait

Method Details

cleanup() public method

public int cleanup ( $maxAge null )
$maxAge int|null
getChart() public method

public string|bool getChart ( )
getDetail() public method

public void getDetail ( )
getIndexUrl() public method

public array|bool getIndexUrl ( )
getLabel() public method

public string getLabel ( )
getName() public method

public void getName ( )
hasEntryData() public method

Returns if the panel is available for the specified entry.

If not it will not be shown in the viewer.

public bool hasEntryData ( $entry )
$entry bedezign\yii2\audit\models\AuditEntry
registerAssets() public method

public void registerAssets ( $view )
$view \yii\web\View