Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Profilable.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg
;
4
10
trait
Profilable
{
11
15
private
$timer
;
16
23
public
function
setTimer
(
Timer
$timer
) {
24
$this->timer =
$timer
;
25
}
26
}
Elgg\Timer
Capture timing info for profiling.
Definition:
Timer.php:10
Profilable
Elgg
Configuration exception.
$timer
$timer
Definition:
pending.php:29
Elgg\setTimer
setTimer(Timer $timer)
Set a timer that should collect begin/end times for events.
Definition:
Profilable.php:23
Generated on Wed Apr 14 2021 00:00:20 for Elgg by
1.8.11