Skip to main content

Tab


Tab

Properties

client

public int|null $client

closed

public string|null $closed

created

public string|null $created

deleted

public string|null $deleted

description

public string|null $description

frozen

public bool|null $frozen

id

public int|null $id

items

public array|null $items

labels

public array|null $labels

name

public string|null $name

order

public int|null $order

originalPayments

public array|null $originalPayments

printouts

public array|null $printouts

tabLockedBy

public string|null $tabLockedBy

tags

public array|null $tags

updated

public string|null $updated

updatedBy

public int|null $updatedBy

updatedFrom

public int|null $updatedFrom

Methods

__construct

public __construct(int|null $client = null, string|null $closed = null, string|null $created = null, string|null $deleted = null, string|null $description = null, bool|null $frozen = null, int|null $id = null, \Onslip360\API\Item[]|null $items = null, int[]|null $labels = null, string|null $name = null, int|null $order = null, \Onslip360\API\Payment[]|null $originalPayments = null, string[]|null $printouts = null, string|null $tabLockedBy = null, string[]|null $tags = null, string|null $updated = null, int|null $updatedBy = null, int|null $updatedFrom = null): mixed

Parameters:

ParameterTypeDescription
$clientint|null
$closedstring|null
$createdstring|null
$deletedstring|null
$descriptionstring|null
$frozenbool|null
$idint|null
$items\Onslip360\API\Item[]|null
$labelsint[]|null
$namestring|null
$orderint|null
$originalPayments\Onslip360\API\Payment[]|null
$printoutsstring[]|null
$tabLockedBystring|null
$tagsstring[]|null
$updatedstring|null
$updatedByint|null
$updatedFromint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05