FileLink
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $access : FileLinkAccess
- $active : bool
- $createdAt : string
- $createdBy : FileLinkActor
- $customData : array<string, string>|null
- $delivery : FileLinkDelivery
- $expiresAt : string
- $fileId : string
- $id : string
- $kind : string
- $metadata : array<string, string>|null
- $purpose : string
- $revokedAt : string|null
- $revokedBy : FileLinkActor|null
- $status : string
- $updatedAt : string
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$access read-only
public
FileLinkAccess
$access
$active read-only
public
bool
$active
$createdAt read-only
public
string
$createdAt
$createdBy read-only
public
FileLinkActor
$createdBy
$customData read-only
public
array<string, string>|null
$customData
$delivery read-only
public
FileLinkDelivery
$delivery
$expiresAt read-only
public
string
$expiresAt
$fileId read-only
public
string
$fileId
$id read-only
public
string
$id
$kind read-only
public
string
$kind
$metadata read-only
public
array<string, string>|null
$metadata
$purpose read-only
public
string
$purpose
$revokedAt read-only
public
string|null
$revokedAt
$revokedBy read-only
public
FileLinkActor|null
$revokedBy
$status read-only
public
string
$status
$updatedAt read-only
public
string
$updatedAt
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>