gcworld / objectmanager
GCWorld Industries Object Manager
2.8.6
2025-05-20 18:44 UTC
Requires
- php: >=8.4
- composer/composer: >=2.7
- gcworld/utilities: >=2.0
- phpdocumentor/reflection-docblock: ^5.2
- symfony/yaml: ^6.0
This package is auto-updated.
Last update: 2026-02-20 20:23:46 UTC
README
A simple object manager that maintains objects in memory
Version
2.8.6
Annotated ObjectManager Keys
@om-method |
[required] | Options getObject, getModel, getFactoryObject |
@om-namespace |
[optional] | Namespace path to use when generating recursively, in the event your namespace is funky |
@om-name |
[optional] | Override for the getter. Will start as getYourNameHere |
@om-gc |
[optional] | Integer value for automated garbage collection. 0 will not run garbage collection |
@om-factory-X-method |
[optional] | Where X is an integer. Use with factory-X-arg to setup your static function calls |
@om-factory-X-arg |
[optional] | Where X is an integer. Use the format of TYPE NAME (ie: string $super_id) |