SensioLabs\Deptrac\ConfigurationLoader::__construct PHP Method

__construct() public method

ConfigurationLoader constructor.
public __construct ( $configFilePathname )
$configFilePathname
    public function __construct($configFilePathname)
    {
        $this->configFilePathname = $configFilePathname;
    }