PHP Class Fakerino\Configuration\ConfigurationFile\Helper\FileConfigurationLoaderFactory

Author: Nicola Pietroluongo ([email protected])
Afficher le fichier Open project: fakerino/fakerino Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $filePath ) Constructor
load ( ) : Fakerino\Configuration\ConfigurationInterface Finds and returns the file if exists

Private Methods

Méthode Description
getConfigFileClass ( string $fileExt ) : string Returns the conf file class name

Method Details

__construct() public méthode

Constructor
public __construct ( string $filePath )
$filePath string

load() public méthode

Finds and returns the file if exists
public load ( ) : Fakerino\Configuration\ConfigurationInterface
Résultat Fakerino\Configuration\ConfigurationInterface