Source for file IServiceLocator.php
Documentation is available at IServiceLocator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * The service locator.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Adds the specified service to the service container.
- 31: */
- 34: /**
- 24: /**
- 25: * Gets the service object of the specified type.
- 39: */
- 42: /**
- 24: /**
- 25: * Removes the specified service type from the service container.
- 45: */
- 48: /**
- 49: * Exists the service?
- 51: */
- 54: }