mini\Mini\PathRegistries
class
Documentation
Container for path registries used by the framework
Provides named PathsRegistry instances for different resource types (config, routes, views, translations). Each registry supports priority-based file resolution with application paths taking precedence over framework and bundle fallbacks.
Inheritance
Extends: mini\Util\InstanceStore
Implements:
ArrayAccess
Countable
IteratorAggregate
Traversable
mini\Contracts\MapInterface
Methods (17)
Documentation missing
public
offsetExists()
inherited from Util\InstanceStore
Check if a key exists (mirrors WeakMap::offsetExists)
public
offsetGet()
inherited from Util\InstanceStore
Get an instance by key (mirrors WeakMap::offsetGet)
public
offsetSet()
inherited from Util\InstanceStore
Set an instance with type validation (mirrors WeakMap::offsetSet)
public
offsetUnset()
inherited from Util\InstanceStore
Remove an instance (mirrors WeakMap::offsetUnset)
public
count()
inherited from Util\InstanceStore
Get the number of stored instances
public
getIterator()
inherited from Util\InstanceStore
Get iterator for stored instances
public
has()
inherited from Util\InstanceStore
Check if key exists (WeakMap-style method)
public
get()
inherited from Util\InstanceStore
Get instance by key (WeakMap-style method)
public
__get()
inherited from Util\InstanceStore
Get instance by member access
public
__set()
inherited from Util\InstanceStore
Set instance by member access
public
set()
inherited from Util\InstanceStore
Set instance with type validation (WeakMap-style method)
public
add()
inherited from Util\InstanceStore
Add instance with type validation (throws if key already exists)
public
delete()
inherited from Util\InstanceStore
Delete instance (WeakMap-style method)
public
keys()
inherited from Util\InstanceStore
Get all stored keys
public
values()
inherited from Util\InstanceStore
Get all stored values
public
getRequiredType()
inherited from Util\InstanceStore
Get the required type for this store