PHPLights/Documentation/liblights/LsFactoryDecoratorAspect
From Linuxnetworks
< PHPLights | Documentation | liblights
Synopsis
class LsFactoryDecoratorAspect extends LsFactory implements LsFactoryIface { protected $factory = NULL; public __construct( LsFactoryIface $factory ) public function create( $classname, $interface = NULL ) }
Description
Public functions
create()
public function create( $classname, $interface = NULL )
Back to Overview