ClientCreditController
extends BaseController
in package
Class SettingsController
Table of Contents
Properties
- $title : mixed
- $auth : AuthComponent
- $clientCreditRepository : ClientCreditRepository
- $clientCreditService : ClientCreditService
- $clientCreditSnapshotRepository : ClientCreditSnapshottingRepository
- $clientId : int|null
- $countryId : int|null
- $credit : string
- $creditTypeId : int|null
- $em : EntityManager
- $queryParams : mixed
- $yearMonth : int|null
Methods
- createAction() : mixed
- deleteAction() : mixed
- getClientCreditCountryListAction() : mixed
- getCreditInfoAction() : mixed
- getCreditTypeListAction() : mixed
- initialize() : mixed
- listAndCountAction() : mixed
- setTitle() : mixed
- snapshotListAndCountAction() : mixed
- updateAction() : mixed
- validate() : string|null
- viewAction() : mixed
- afterModification() : mixed
- clientCreditNotFoundResponse() : mixed
- findClientId() : mixed
- returnValidationError() : mixed
Properties
$title
protected
mixed
$title
= 'hellotax'
$auth
private
AuthComponent
$auth
$clientCreditRepository
private
ClientCreditRepository
$clientCreditRepository
$clientCreditService
private
ClientCreditService
$clientCreditService
$clientCreditSnapshotRepository
private
ClientCreditSnapshottingRepository
$clientCreditSnapshotRepository
$clientId
private
int|null
$clientId
$countryId
private
int|null
$countryId
$credit
private
string
$credit
$creditTypeId
private
int|null
$creditTypeId
$em
private
EntityManager
$em
$queryParams
private
mixed
$queryParams
$yearMonth
private
int|null
$yearMonth
Methods
createAction()
public
createAction() : mixed
deleteAction()
public
deleteAction() : mixed
getClientCreditCountryListAction()
public
getClientCreditCountryListAction() : mixed
getCreditInfoAction()
public
getCreditInfoAction() : mixed
getCreditTypeListAction()
public
getCreditTypeListAction() : mixed
initialize()
public
initialize() : mixed
listAndCountAction()
public
listAndCountAction() : mixed
setTitle()
public
setTitle(mixed $title) : mixed
Parameters
- $title : mixed
snapshotListAndCountAction()
public
snapshotListAndCountAction() : mixed
updateAction()
public
updateAction() : mixed
validate()
public
validate() : string|null
Return values
string|nullviewAction()
public
viewAction() : mixed
afterModification()
private
afterModification(ClientCredit $clientCredit) : mixed
Parameters
- $clientCredit : ClientCredit
clientCreditNotFoundResponse()
private
clientCreditNotFoundResponse() : mixed
findClientId()
private
findClientId() : mixed
returnValidationError()
private
returnValidationError(string $error) : mixed
Parameters
- $error : string