Documentation

GlossaryImport extends BaseModel
in package

Table of Contents

Properties

$attributes  : array<string|int, mixed>
$createdAt  : string
$finishedAt  : string
$identifier  : string
$progress  : int
$startedAt  : string
$status  : string
$updatedAt  : string

Methods

__construct()  : mixed
getAttributes()  : array<string|int, mixed>
getCreatedAt()  : string
getFinishedAt()  : string
getIdentifier()  : string
getProgress()  : int
getStartedAt()  : string
getStatus()  : string
getUpdatedAt()  : string

Properties

Methods

__construct()

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

getAttributes()

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getFinishedAt()

public getFinishedAt() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getStartedAt()

public getStartedAt() : string
Return values
string

getUpdatedAt()

public getUpdatedAt() : string
Return values
string

        
On this page

Search results