StopwatchHelper
class StopwatchHelper extends Helper
StopwatchHelper provides methods time your PHP templates.
Methods
string
getName()
Returns the canonical name of this helper.
__call($method, $arguments = array())
No description
Details
in Helper at line line 35
setCharset(string $charset)
Sets the default charset.
in Helper at line line 47
string
getCharset()
Gets the default charset.
at line line 26
__construct(Stopwatch $stopwatch = null)
at line line 31
string
getName()
Returns the canonical name of this helper.