UiComponent
Ui Component Api controller
Table of Contents
Methods
- loadComponent() : ResponseInterface
- Load html component
- getAllwovedComponnets() : array<string|int, mixed>
- Get components list
- isAllwoved() : bool
- Return true if component access is allowed
Methods
loadComponent()
Load html component
public
loadComponent(ServerRequestInterface $request, ResponseInterface $response, Validator $data) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $response : ResponseInterface
- $data : Validator
Return values
ResponseInterfacegetAllwovedComponnets()
Get components list
protected
getAllwovedComponnets() : array<string|int, mixed>
Return values
array<string|int, mixed>isAllwoved()
Return true if component access is allowed
protected
isAllwoved(string $name) : bool
Parameters
- $name : string