PHP Class Kraken\Filesystem\FilesystemFactory

Inheritance: extends Kraken\Util\Factory\Factory, implements FilesystemFactoryInterface
Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
__construct ( )

Méthodes protégées

Méthode Description
registerFactoryMethod ( string $name, string | Kraken\Util\Factory\SimpleFactoryInterface $classOrFactory ) Register existing or lazy factory as factory method for adapter under specified key.

Method Details

__construct() public méthode

public __construct ( )

registerFactoryMethod() protected méthode

Register existing or lazy factory as factory method for adapter under specified key.
protected registerFactoryMethod ( string $name, string | Kraken\Util\Factory\SimpleFactoryInterface $classOrFactory )
$name string
$classOrFactory string | Kraken\Util\Factory\SimpleFactoryInterface