Link
final class Link
Lazy encapsulation of Component::link().
Do not instantiate directly, use Component::lazyLink()
Methods
getComponent()
Returns link component.
string
getDestination()
Returns link destination.
setParameter(string $key, $value)
Changes link parameter.
mixed
getParameter(string $key)
Returns link parameter.
array
getParameters()
Returns link parameters.
bool
isLinkCurrent()
Determines whether this links to the current page.
string
__toString()
Converts link to URL.
Details
at line 33
__construct(Component $component, string $destination, array $params = [])
Link specification.
at line 44
Component
getComponent()
Returns link component.
at line 53
string
getDestination()
Returns link destination.
at line 62
Link
setParameter(string $key, $value)
Changes link parameter.
at line 72
mixed
getParameter(string $key)
Returns link parameter.
at line 81
array
getParameters()
Returns link parameters.
at line 90
bool
isLinkCurrent()
Determines whether this links to the current page.
at line 99
string
__toString()
Converts link to URL.
Traits
Strict class for better experience.