MaterialField
class MaterialField extends Slot
Слот для хранения полей материалов
Methods
__construct($table, $id, $field)
Creates a new slot object.
Details
at line 19
__construct($table, $id, $field)
Creates a new slot object.
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.