You are here

public function Config::__construct in One Click Upload 7.2

Controller

Parameters

array $config:

1 call to Config::__construct()
MongoConfig::__construct in flowphp/src/Flow/Mongo/MongoConfig.php
1 method overrides Config::__construct()
MongoConfig::__construct in flowphp/src/Flow/Mongo/MongoConfig.php

File

flowphp/src/Flow/Config.php, line 19

Class

Config

Namespace

Flow

Code

public function __construct($config = array()) {
  $this->config = $config;
}