ApplicationConsent
extends BaseModel
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
$createdAt
protected
string
$createdAt
$id
protected
int
$id
$identifier
protected
string
$identifier
$installedBy
protected
array<string|int, mixed>|null
$installedBy
$name
protected
string|null
$name
$scopes
protected
array<string|int, mixed>
$scopes
$status
protected
string
$status
$updatedAt
protected
string
$updatedAt
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getId()
public
getId() : int
getIdentifier()
public
getIdentifier() : string
getInstalledBy()
public
getInstalledBy() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getName()
public
getName() : string|null
Return values
string|null
getScopes()
public
getScopes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getStatus()
public
getStatus() : string
getUpdatedAt()
public
getUpdatedAt() : string
setScopes()
public
setScopes(array<string|int, mixed> $scopes) : void
Parameters
-
$scopes
: array<string|int, mixed>
-
setStatus()
public
setStatus(string $status) : void
Parameters
-
$status
: string
-