PHP Class Recca0120\LaravelTracy\Panels\EventPanel

Inheritance: extends AbstractPanel
Mostra file Open project: recca0120/laravel-tracy

Protected Properties

Property Type Description
$counter integer $counter.
$events array $events.
$totalTime float $totalTime.

Public Methods

Method Description
subscribe ( ) subscribe.

Protected Methods

Method Description
getAttributes ( ) : array getAttributes.

Method Details

getAttributes() protected method

getAttributes.
protected getAttributes ( ) : array
return array

subscribe() public method

subscribe.
public subscribe ( )

Property Details

$counter protected_oe property

$counter.
protected int $counter
return integer

$events protected_oe property

$events.
protected array $events
return array

$totalTime protected_oe property

$totalTime.
protected float $totalTime
return float