Factory implements IFactory
Table of Contents
Interfaces
- IFactory
- Interface IServiceConfigFactory
Methods
- createConfig() : Container|bool
- setDelegate() : void
Methods
createConfig()
public
static createConfig(string $serviceType) : Container|bool
Parameters
- $serviceType : string
-
Service class
Tags
Return values
Container|boolsetDelegate()
public
static setDelegate(IFactory $factory) : void
Parameters
- $factory : IFactory