abstract class EntityFactory extends Alvine

EntityFactory

Properties

protected Assembly $assembly

Methods

__construct(Assembly $assembly)

Neue Instanz

Entity
createEntity(string $class, string $name)

Entity laden

Details

at line 48
__construct(Assembly $assembly)

Neue Instanz

Parameters

Assembly $assembly

at line 63
abstract Entity createEntity(string $class, string $name)

Entity laden

Parameters

string $class
string $name

Return Value

Entity