gcworld / objectmanager
GCWorld Industries Object Manager
Installs: 30 698
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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: 2025-03-21 02:57:14 UTC
README
A simple object manager that maintains objects in memory
Version
2.8.5
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) |