PHPLights/Documentation/liblights/LsFactoryDecoratorAspect

From Linuxnetworks
< PHPLights‎ | Documentation‎ | liblights
Revision as of 13:33, 6 October 2007 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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