stitky
Add for Objects use with "firma" data column.
Tags
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(array<string|int, mixed>|string $labelsToRemove) : bool
Parameters
- $labelsToRemove : array<string|int, mixed>|string
-
Label/Labels
Return values
bool —success result ?
unsetLabels()
UnSet all Labels for Current Object record.
public
unsetLabels() : bool
Return values
bool —success result ?