interface ClassFactoryAwareInterface

An interface that classes that accepts a class factory should implement.

Methods

$this
setClassFactory(ClassFactoryInterface $classFactory)

Set the class factory instance to be used.

getClassFactory()

Get the class factory instance to be used.

Details

at line 17
$this setClassFactory(ClassFactoryInterface $classFactory)

Set the class factory instance to be used.

Parameters

ClassFactoryInterface $classFactory

Return Value

$this

at line 24
ClassFactoryInterface getClassFactory()

Get the class factory instance to be used.

Return Value

ClassFactoryInterface