GenericFactory

Factory with registry of available creators
Methods Summary
public
# create( string $creatorName , mixed $data = NULL )
public
# hasCreator( string $name )
public
# getCreator( string $name )
public
# registerCreator( string $name , callable $creator )
public
# registerCreators( array $creators )