MediaWiki REL1_39
|
Subclass ScopedCallback to avoid call_user_func_array(), which is slow. More...
Public Member Functions | |
__construct (SectionProfiler $profiler, $section) | |
__destruct () | |
Protected Attributes | |
SectionProfiler | $profiler |
string | $section |
Subclass ScopedCallback to avoid call_user_func_array(), which is slow.
Definition at line 28 of file SectionProfileCallback.php.
SectionProfileCallback::__construct | ( | SectionProfiler | $profiler, |
$section ) |
SectionProfiler | $profiler | |
string | $section |
Definition at line 38 of file SectionProfileCallback.php.
SectionProfileCallback::__destruct | ( | ) |
Definition at line 44 of file SectionProfileCallback.php.
|
protected |
Definition at line 30 of file SectionProfileCallback.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file SectionProfileCallback.php.
Referenced by __construct().