com\setasign\SetaFramework\Controller
AbstractController Class AbstractController
File: /SetaFramework/src/Controller/AbstractController.php
Class hierarchy
Implements
Summary
Properties
$response
protected ?\Psr\Http\Message\ResponseInterface AbstractController::$response
Methods
__construct()
public AbstractController::__construct ()
Parameters
- $httpFactory : \com\setasign\SetaFramework\Http\HttpFactoryInterface
getParam()
Returns a param if it exists otherwise this will return $default
Parameters
- $name : string
- $default : mixed
setParams()
Set a array of params
Note: The params will be merged with the existing params!!
Parameters
- $params : array
