class StopwatchHelper extends Helper
StopwatchHelper provides methods time your PHP templates.
Methods
setCharset(string $charset) Sets the default charset. | from Helper | |
string | getCharset() Gets the default charset. | from Helper |
__construct(Stopwatch $stopwatch = null) | ||
string | getName() Returns the canonical name of this helper. | |
__call($method, $arguments = array()) |
Details
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(Stopwatch $stopwatch = null)
string getName()
Returns the canonical name of this helper.
Please login to continue.