Registries for Table objects should implement this interface.
Stores a list of options to be used when instantiating an object with a matching alias.
config( string|null $alias null , array|null $options null )
Stores a list of options to be used when instantiating an object with a matching alias.
$alias
optional null $options
optional null exists( string $alias )
Check to see if an instance exists in the registry.
$alias
get( string $alias , array $options [] )
Get a table instance from the registry.
$alias
$options
optional [] Cake\ORM\Table
remove( string $alias )
Removes an instance from the registry.
$alias
set( string $alias , Cake\ORM\Table $object )
Set an instance.
$alias
Cake\ORM\Table
$object
Cake\ORM\Table
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.ORM.Locator.LocatorInterface.html