com\setasign\SetaFramework\Controller
ControllerInterface
File: /SetaFramework/src/Controller/ControllerInterface.php
Implemented in
Summary
Methods
getParam()
Returns a param if it exists otherwise this will return $default
Parameters
- $name : string
- $default : mixed
setParams()
Set an array of params
Note: The params will be merged with the existing params!!
Parameters
- $params : array
