Methods
All methods in the Solar_Debug_Timer
class.
Public
-
__construct()
-
Constructor.
-
__destruct()
-
Destructor.
-
display()
-
Displays formatted output of the current profile.
-
dump()
-
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
-
fetch()
-
Fetches the current profile formatted as a table.
-
locale()
-
Looks up class-specific locale strings based on a key.
-
mark()
-
Marks the time.
-
profile()
-
Returns profiling information as an array.
-
start()
-
Resets the profile and marks a new starting time.
-
stop()
-
Stops the timer.
Protected
-
_buildConfig()
-
Builds and returns the default config for a class, including all configs inherited from its parents.
-
_exception()
-
Convenience method for returning exceptions with localized text.
-
_postConfig()
-
Modifies $this->_config after it has been built.
-
_postConstruct()
-
Post-construction tasks to complete object construction.
-
_preConfig()
-
A hook that activates before _buildConfig() in the constructor.
Private
None.