Documentation

ReportSettingsTemplate extends BaseModel
in package

Table of Contents

Properties

$config  : ReportSettingsTemplateConfig
$createdAt  : string
$currency  : string
$id  : int
$isGlobal  : bool
$isPublic  : bool
$name  : string
$unit  : string
$updatedAt  : string|null

Methods

__construct()  : mixed
getConfig()  : ReportSettingsTemplateConfig
getCreatedAt()  : string
getCurrency()  : string
getId()  : int
getIsGlobal()  : bool
getIsPublic()  : bool
getName()  : string
getUnit()  : string
getUpdatedAt()  : string|null
setConfig()  : void
setCurrency()  : void
setIsPublic()  : void
setName()  : void
setUnit()  : void
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

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

        
On this page

Search results