class StopwatchHelper extends Helper
StopwatchHelper provides methods time your PHP templates.
protected | $charset | from Helper |
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()) |
Sets the default charset.
string | $charset | The charset |
Gets the default charset.
string | The default charset |
Stopwatch | $stopwatch |
Returns the canonical name of this helper.
string | The canonical name |
$method | ||
$arguments |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/FrameworkBundle/Templating/Helper/StopwatchHelper.html