StoreManager
Inherits: Resource
Properties
| Type | Name | Default |
|---|---|---|
| CustomLogger | logger |
Methods
| Returns | Signature |
|---|---|
| void | register_store(store: Store) |
| void | unregister_store(store: Store) |
| Store | get_store_by_id(id: String) |
| Array | get_stores() |
Property Descriptions
logger
CustomLogger logger
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
register_store()
void register_store(store: Store)
Note
There is currently no description for this method. Please help us by contributing one!
unregister_store()
void unregister_store(store: Store)
Note
There is currently no description for this method. Please help us by contributing one!
get_store_by_id()
Store get_store_by_id(id: String)
Note
There is currently no description for this method. Please help us by contributing one!
get_stores()
Array get_stores()
Note
There is currently no description for this method. Please help us by contributing one!