Documentation

ApplicationConsent extends BaseModel
in package

Table of Contents

Properties

$createdAt  : string
$id  : int
$identifier  : string
$installedBy  : array<string|int, mixed>|null
$name  : string|null
$scopes  : array<string|int, mixed>
$status  : string
$updatedAt  : string

Methods

__construct()  : mixed
getCreatedAt()  : string
getId()  : int
getIdentifier()  : string
getInstalledBy()  : array<string|int, mixed>|null
getName()  : string|null
getScopes()  : array<string|int, mixed>
getStatus()  : string
getUpdatedAt()  : string
setScopes()  : void
setStatus()  : void

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getInstalledBy()

public getInstalledBy() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getScopes()

public getScopes() : array<string|int, mixed>
Return values
array<string|int, mixed>

setScopes()

public setScopes(array<string|int, mixed> $scopes) : void
Parameters
$scopes : array<string|int, mixed>

setStatus()

public setStatus(string $status) : void
Parameters
$status : string
On this page

Search results