PartnerSubscriptionsController
extends InfiniteController
in package
implements
InfiniteControllerExportInterface, InfiniteControllerApiGetInterface
uses
InfiniteControllerApiGetTrait, InfiniteControllerExportTrait
Class SettingsController
Table of Contents
Interfaces
Properties
- $auth : AuthComponent
- $infiniteComponent : InfiniteComponent
- $title : mixed
Methods
- apiGetAction() : mixed
- apiListAction() : mixed
- exportListAction() : mixed
- htmlAction() : mixed
- initialize() : mixed
- setTitle() : mixed
- viewAction() : mixed
Properties
$auth read-only
public
AuthComponent
$auth
$infiniteComponent
public
InfiniteComponent
$infiniteComponent
= null
$title
protected
mixed
$title
= 'hellotax'
Methods
apiGetAction()
public
apiGetAction(int $id) : mixed
Parameters
- $id : int
apiListAction()
public
apiListAction(mixed $page) : mixed
Parameters
- $page : mixed
exportListAction()
public
exportListAction() : mixed
htmlAction()
public
htmlAction() : mixed
initialize()
public
initialize() : mixed
setTitle()
public
setTitle(mixed $title) : mixed
Parameters
- $title : mixed
viewAction()
public
viewAction() : mixed