Documentation

Label extends AbstractModel
in package
implements EntityInterface

Table of Contents

Interfaces

EntityInterface

Properties

$data  : StdClass|null
$newData  : array<string|int, mixed>

Methods

__construct()  : mixed
__get()  : mixed
__newData()  : mixed
color()  : void
loaded()  : mixed
name()  : void
pipeId()  : void
reload()  : mixed
tableId()  : void

Properties

$newData

private array<string|int, mixed> $newData = []

Methods

__construct()

public __construct([StdClass|null $data = null ]) : mixed
Parameters
$data : StdClass|null = null

__get()

public __get(mixed $dataId) : mixed
Parameters
$dataId : mixed

__newData()

public __newData() : mixed

color()

public color(string $colorName) : void
Parameters
$colorName : string

name()

public name(string $name) : void
Parameters
$name : string

pipeId()

public pipeId(int $id) : void
Parameters
$id : int

reload()

public reload(StdClass $data) : mixed
Parameters
$data : StdClass

tableId()

public tableId(int $id) : void
Parameters
$id : int

        
On this page

Search results