Class StaticCrossCuttingLoader
This class wraps the CrossCuttingLoader for static use.
CrossCuttingLoader enables loading of mockable objects for cross cutting concerns, that were not injected to the current object.
category |
System |
---|---|
package |
Loaders |
subpackage |
CrossCuttingLoader |
__construct()
Throws |
|
---|
_getCrossCuttingLoader() : \CrossCuttingLoaderInterface
clearRegister() : void
getObject(string $p_classname) : object
Throws |
|
---|
string
object
registerObject(string $p_classname, object $object)
Throws |
|
---|
string
object
setRegisteredObjectsOnly( $bool_status)
useRegisteredObjectsOnly() : boolean
boolean
crossCuttingLoader : \CrossCuttingLoaderInterface