Documentation

stitky

Add for Objects use with "firma" data column

Tags
author

Vítězslav Dvořák info@vitexsoftware.cz

Table of Contents

getLabels()  : array<string|int, mixed>
Get all labels for current record
setLabel()  : bool
Set one of availble Labels for current record
unsetLabel()  : bool
UnSet Label for Current Object record
unsetLabels()  : bool
UnSet all Labels for Current Object record

Methods

getLabels()

Get all labels for current record

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

setLabel()

Set one of availble Labels for current record

public setLabel(string $label) : bool
Parameters
$label : string
Return values
bool

Operation success

unsetLabel()

UnSet Label for Current Object record

public unsetLabel(string|array<string|int, mixed> $labelsToRemove) : bool
Parameters
$labelsToRemove : string|array<string|int, mixed>

Label/Labels

Return values
bool

success result ?

unsetLabels()

UnSet all Labels for Current Object record

public unsetLabels() : bool
Return values
bool

success result ?

Search results