ActionsHelper
extends Helper
in package
ActionsHelper manages action inclusions.
Tags
Table of Contents
- $handler : mixed
- __construct() : mixed
- controller() : mixed
- getName() : mixed
- {@inheritdoc}
- render() : string
- Returns the fragment content for a given URI.
Properties
$handler
private
mixed
$handler
Methods
__construct()
public
__construct(FragmentHandler $handler) : mixed
Parameters
- $handler : FragmentHandler
Return values
mixed —controller()
public
controller(mixed $controller[, mixed $attributes = [] ][, mixed $query = [] ]) : mixed
Parameters
- $controller : mixed
- $attributes : mixed = []
- $query : mixed = []
Return values
mixed —getName()
{@inheritdoc}
public
getName() : mixed
Return values
mixed —render()
Returns the fragment content for a given URI.
public
render(string $uri[, array<string|int, mixed> $options = [] ]) : string
Parameters
- $uri : string
- $options : array<string|int, mixed> = []
Tags
Return values
string —The fragment content