UserController
extends BaseController
in package
Class UserController
Table of Contents
Properties
- $auth : AuthComponent
- $gritter : GritterNotification
- $title : mixed
- $authorizedUser : UserWrapper
- $chargeBeeComponent : ChargeBeeComponent
- $config : Config
- $em : EntityManager
- $loggerService : LoggerService
- $snapshotService : SnapshotService
- $userComponent : UserComponent
- $userDeleteService : UserDeleteService
- $zendeskService : ZendeskService
Methods
- confirmEmailByAdminAction() : mixed
- deleteAction() : mixed
- editAction() : mixed
- exportDataAction() : mixed
- getCurrent() : mixed
- initialize() : mixed
- setTitle() : mixed
- formatPostRequest() : mixed
Properties
$auth read-only
public
AuthComponent
$auth
$gritter read-only
public
GritterNotification
$gritter
$title
protected
mixed
$title
= 'hellotax'
$authorizedUser
private
UserWrapper
$authorizedUser
$chargeBeeComponent
private
ChargeBeeComponent
$chargeBeeComponent
$config
private
Config
$config
$em
private
EntityManager
$em
$loggerService
private
LoggerService
$loggerService
$snapshotService
private
SnapshotService
$snapshotService
$userComponent
private
UserComponent
$userComponent
$userDeleteService
private
UserDeleteService
$userDeleteService
$zendeskService
private
ZendeskService
$zendeskService
Methods
confirmEmailByAdminAction()
public
confirmEmailByAdminAction() : mixed
deleteAction()
public
deleteAction(mixed $id) : mixed
Parameters
- $id : mixed
editAction()
public
editAction(mixed $id) : mixed
Parameters
- $id : mixed
Tags
exportDataAction()
public
exportDataAction(mixed $id) : mixed
Parameters
- $id : mixed
getCurrent()
public
getCurrent() : mixed
initialize()
public
initialize() : mixed
setTitle()
public
setTitle(mixed $title) : mixed
Parameters
- $title : mixed
formatPostRequest()
private
formatPostRequest() : mixed