ServerByDomain
class ServerByDomain extends Slot
Слот для хранения разделов-серверов
Methods
__construct($domain)
No description
Details
at line 23
__construct($domain)
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.