PHP Class Kraken\Config\ConfigFactory

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

Public Methods

Method Description
__construct ( Kraken\Filesystem\FilesystemInterface $fs, string[] $masks = [], Kraken\Util\Parser\ParserInterface[] $parsers = [], boolean $recursive = false )

Private Methods

Method Description
getPatternForExt ( ) : string

Method Details

__construct() public method

public __construct ( Kraken\Filesystem\FilesystemInterface $fs, string[] $masks = [], Kraken\Util\Parser\ParserInterface[] $parsers = [], boolean $recursive = false )
$fs Kraken\Filesystem\FilesystemInterface
$masks string[]
$parsers Kraken\Util\Parser\ParserInterface[]
$recursive boolean