IconController
Controller for icon handling
Table of Contents
Properties
Methods
- __construct() : mixed
- Set up dependencies
- getCacheIdentifier() : ResponseInterface
- getIcon() : ResponseInterface
Properties
$iconFactory
protected
IconFactory
$iconFactory
$iconRegistry
protected
IconRegistry
$iconRegistry
Methods
__construct()
Set up dependencies
public
__construct() : mixed
getCacheIdentifier()
public
getCacheIdentifier() : ResponseInterface
Return values
ResponseInterfacegetIcon()
public
getIcon(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface