class ActionsHelper extends Helper
ActionsHelper manages action inclusions.
Methods
setCharset(string $charset) Sets the default charset. | from Helper | |
string | getCharset() Gets the default charset. | from Helper |
__construct(FragmentHandler $handler) Constructor. | ||
string | render(string $uri, array $options = array()) Returns the fragment content for a given URI. | |
controller($controller, $attributes = array(), $query = array()) | ||
string | getName() Returns the canonical name of this helper. |
Details
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(FragmentHandler $handler)
Constructor.
string render(string $uri, array $options = array())
Returns the fragment content for a given URI.
controller($controller, $attributes = array(), $query = array())
string getName()
Returns the canonical name of this helper.
Please login to continue.