Variable
class Variable extends Slot
Слот для хранения переменных
Methods
__construct(int $server_id, string $name)
Установливает текущий раздел.
Details
at line 26
__construct(int $server_id, string $name)
Установливает текущий раздел.
in Slot at line 56
mixed
load()
Loads a data of this slot. If nothing is found, returns false.
in Slot at line 69
void
save(mixed $data)
Saves a data for this slot.
in Slot at line 85
void
remove()
Removes a data of specified slot.
in Slot at line 97
void
addTag(Tag $tag)
Associates a tag with current slot.