FileReference
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string
-
$id
: int
-
$mimeType
: string
-
$name
: string
-
$url
: string
-
$user
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string
-
getId()
: int
-
getMimeType()
: string
-
getName()
: string
-
getUrl()
: string
-
getUser()
: array<string|int, mixed>
$createdAt
protected
string
$createdAt
$id
protected
int
$id
$mimeType
protected
string
$mimeType
$name
protected
string
$name
$url
protected
string
$url
$user
protected
array<string|int, mixed>
$user
= []
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string
getId()
public
getId() : int
getMimeType()
public
getMimeType() : string
getName()
public
getName() : string
getUrl()
public
getUrl() : string
getUser()
public
getUser() : array<string|int, mixed>
Return values
array<string|int, mixed>