PHP Class Kraken\Filesystem\FilesystemFactory

Inheritance: extends Kraken\Util\Factory\Factory, implements FilesystemFactoryInterface
Show file Open project: kraken-php/framework

Public Methods

Method Description
__construct ( )

Protected Methods

Method 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 method

public __construct ( )

registerFactoryMethod() protected method

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