Documentation

ShopifyAutomatedCredential extends Credential
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$cancellationPending  : mixed
$integrationAlias  : string|null
$isActive  : mixed
$pullStartDate  : string|null
$accessToken  : string|null
$id  : string|null
$opt  : array<string|int, mixed>
$scope  : string|null
$shop  : string|null
$state  : string|null

Methods

__construct()  : mixed
checkUserModule()  : mixed
createFor()  : mixed
getAccessToken()  : string|null
getCancellationPending()  : mixed
getId()  : string|null
getIntegrationAlias()  : string|null
getIsActive()  : mixed
getOpt()  : array<string|int, mixed>
getOptUser()  : mixed
getOptUserId()  : mixed
getOptVal()  : mixed
getOptValOr()  : mixed
getPullStartDate()  : string|null
getRawCredential()  : User|null
getScope()  : string|null
getShop()  : string|null
getState()  : string|null
getUser()  : User|null
getUserModule()  : UserModule
hasOptKey()  : mixed
isFine()  : mixed
jsonSerialize()  : mixed
setAccessToken()  : mixed
setCancellationPending()  : mixed
setId()  : mixed
setIntegrationAlias()  : mixed
setIsActive()  : mixed
setOpt()  : static
setPullStartDate()  : mixed
setScope()  : mixed
setShop()  : mixed
setState()  : mixed
setUserModule()  : self
toJson()  : mixed
toJsonAssoc()  : mixed

Properties

$opt

private array<string|int, mixed> $opt

Methods

__construct()

public __construct([UserModule|null $userModule = null ][, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$userModule : UserModule|null = null
$opt : array<string|int, mixed> = []

getOpt()

public getOpt([array<string|int, mixed> $opt = null ]) : array<string|int, mixed>
Parameters
$opt : array<string|int, mixed> = null
Return values
array<string|int, mixed>

getOptUser()

public getOptUser() : mixed

getOptUserId()

public getOptUserId() : mixed

getOptVal()

public getOptVal(string $key) : mixed
Parameters
$key : string

getOptValOr()

public getOptValOr(string $key[, mixed $or = null ]) : mixed
Parameters
$key : string
$or : mixed = null

getRawCredential()

public getRawCredential() : User|null
Return values
User|null

getUser()

public getUser() : User|null
Return values
User|null

hasOptKey()

public hasOptKey(string $key) : mixed
Parameters
$key : string

setAccessToken()

public setAccessToken(string|null $accessToken) : mixed
Parameters
$accessToken : string|null

setCancellationPending()

public setCancellationPending(mixed $cancellationPending) : mixed
Parameters
$cancellationPending : mixed

setIntegrationAlias()

public setIntegrationAlias(string|null $integrationAlias) : mixed
Parameters
$integrationAlias : string|null

setOpt()

public setOpt(array<string|int, mixed> $opt) : static
Parameters
$opt : array<string|int, mixed>
Return values
static

setPullStartDate()

public setPullStartDate(string|null $pullStartDate) : mixed
Parameters
$pullStartDate : string|null

        
On this page

Search results