ActionsHelper
class ActionsHelper extends Helper
ActionsHelper manages action inclusions.
Methods
string
render(string $uri, array $options = array())
Returns the fragment content for a given URI.
controller($controller, $attributes = array(), $query = array())
No description
string
getName()
Returns the canonical name of this helper.
Details
in Helper at line line 31
setCharset(string $charset)
Sets the default charset.
in Helper at line line 41
string
getCharset()
Gets the default charset.
at line line 32
__construct(FragmentHandler $handler)
Constructor.
at line line 47
string
render(string $uri, array $options = array())
Returns the fragment content for a given URI.
at line line 55
controller($controller, $attributes = array(), $query = array())
at line line 63
string
getName()
Returns the canonical name of this helper.