MediaWiki
1.28.0
|
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.
This class should not be used outside of SectionProfiler
Definition at line 506 of file SectionProfiler.php.
SectionProfileCallback::__construct | ( | SectionProfiler | $profiler, |
$section | |||
) |
SectionProfiler | $profiler | |
string | $section |
Definition at line 516 of file SectionProfiler.php.
SectionProfileCallback::__destruct | ( | ) |
Definition at line 522 of file SectionProfiler.php.
|
protected |
Definition at line 508 of file SectionProfiler.php.
Referenced by __construct().
|
protected |
Definition at line 510 of file SectionProfiler.php.
Referenced by __construct().