SurveyPatch
in package
implements
CommandInterface
Uses
AuthPermissionTrait
Table of Contents
Interfaces
Properties
- $authSession : AuthSession
- $diFactory : FactoryInterface
- $responseFactory : ResponseFactory
- $permissionModel : Permission|null
Methods
- __construct() : mixed
- Constructor
- run() : Response
- Run survey patch command
- setPermissionModel() : void
- getPermissionModel() : Permission
- hasGlobalPermission() : Response
- hasSurveyPermission() : Response
Properties
$authSession
protected
AuthSession
$authSession
$diFactory
protected
FactoryInterface
$diFactory
$responseFactory
protected
ResponseFactory
$responseFactory
$permissionModel
private
Permission|null
$permissionModel
= null
Methods
__construct()
Constructor
public
__construct(AuthSession $authSession, FactoryInterface $diFactory, ResponseFactory $responseFactory) : mixed
Parameters
- $authSession : AuthSession
- $diFactory : FactoryInterface
- $responseFactory : ResponseFactory
run()
Run survey patch command
public
run(Request $request) : Response
Apply patch and respond with update patch to be applied to the source (if any).
Parameters
- $request : Request
Return values
ResponsesetPermissionModel()
public
setPermissionModel(Permission $permissionModel) : void
Parameters
- $permissionModel : Permission
getPermissionModel()
protected
getPermissionModel() : Permission
Return values
PermissionhasGlobalPermission()
protected
hasGlobalPermission(string $sPermission, string $sCRUD[, int|null $iUserID = null ]) : Response
Parameters
- $sPermission : string
- $sCRUD : string
- $iUserID : int|null = null
Return values
Response —| boolean
hasSurveyPermission()
protected
hasSurveyPermission(int $iSurveyID, string $sPermission, string $sCRUD[, string|null $iUserID = null ]) : Response
Parameters
- $iSurveyID : int
- $sPermission : string
- $sCRUD : string
- $iUserID : string|null = null
Return values
Response —| boolean