Fakerino\Configuration\ConfigurationFile\Helper\FileConfigurationLoaderFactory::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( string $filePath )
$filePath string
    public function __construct($filePath)
    {
        $this->filePath = $filePath;
    }
FileConfigurationLoaderFactory