StopwatchHelper

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.

Parameters

string $charset The charset

string getCharset()

Gets the default charset.

Return Value

string The default charset

__construct(Stopwatch $stopwatch = null)

Parameters

Stopwatch $stopwatch

string getName()

Returns the canonical name of this helper.

Return Value

string The canonical name

__call($method, $arguments = array())

Parameters

$method
$arguments
doc_Symfony
2016-10-28 06:32:59
Comments
Leave a Comment

Please login to continue.