class StopwatchHelper extends Helper

StopwatchHelper provides methods time your PHP templates.

Properties

protected $charset from Helper

Methods

setCharset(string $charset)

Sets the default charset.

from Helper
string
getCharset()

Gets the default charset.

from Helper
__construct(Stopwatch $stopwatch = null)

No description

string
getName()

Returns the canonical name of this helper.

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

No description

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