IntegrationCredentialComponent
extends Injectable
in package
implements
IntegrationCredentialInterface, ICredentialStatus
Table of Contents
Interfaces
Properties
- $form : ManualCredential|null
Methods
- checkIntegration() : int
- getForm() : mixed
- getView() : mixed
- handle() : mixed
- handleCredential() : mixed
Properties
$form
private
ManualCredential|null
$form
Methods
checkIntegration()
public
checkIntegration(UserModule $userModule) : int
Parameters
- $userModule : UserModule
Return values
intgetForm()
public
getForm() : mixed
getView()
public
getView() : mixed
Tags
handle()
public
handle(UserModule $userModule, mixed $controller, mixed $data) : mixed
Parameters
- $userModule : UserModule
- $controller : mixed
- $data : mixed
handleCredential()
public
handleCredential(Credential $credential, mixed $data) : mixed
Parameters
- $credential : Credential
- $data : mixed