CheckController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- acknowledgePricingAction() : mixed
- acknowledgeUserVatAction() : mixed
- checkAction() : mixed
- getClientById() : UserAccount
Properties
$helper
private
CheckListHelper
$helper
$userAccountRepository
private
UserAccountRepository
$userAccountRepository
Methods
__construct()
public
__construct(UserAccountRepository $userAccountRepository, CheckListHelper $helper) : mixed
Parameters
- $userAccountRepository : UserAccountRepository
- $helper : CheckListHelper
acknowledgePricingAction()
public
acknowledgePricingAction(int $userId) : mixed
Parameters
- $userId : int
acknowledgeUserVatAction()
public
acknowledgeUserVatAction(int $userId) : mixed
Parameters
- $userId : int
checkAction()
public
checkAction(int $userId) : mixed
Parameters
- $userId : int
getClientById()
protected
getClientById(int $id) : UserAccount
Parameters
- $id : int