Elgg
Version 2.3
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
namespace
Elgg
;
3
9
trait
Profilable
{
10
14
private
$timer;
15
22
public
function
setTimer
(
Timer
$timer) {
23
$this->timer = $timer;
24
}
25
}
Elgg\Timer
Capture timing info for profiling.
Definition:
Timer.php:9
Profilable
Elgg
Save menu items.
Elgg\setTimer
setTimer(Timer $timer)
Set a timer that should collect begin/end times for events.
Definition:
Profilable.php:22
Generated on Sat Dec 21 2024 00:01:04 for Elgg by
1.8.11