ClassFactoryAwareInterface
in
An interface that classes that accepts a class factory should implement.
Table of Contents
Methods
- getClassFactory() : ClassFactoryInterface
- Get the class factory instance to be used.
- setClassFactory() : $this
- Set the class factory instance to be used.
Methods
getClassFactory()
Get the class factory instance to be used.
public
getClassFactory() : ClassFactoryInterface
Return values
ClassFactoryInterfacesetClassFactory()
Set the class factory instance to be used.
public
setClassFactory(ClassFactoryInterface $classFactory) : $this
Parameters
- $classFactory : ClassFactoryInterface