Ip\Application::__construct PHP Method

__construct() public method

public __construct ( $configPath )
$configPath
    public function __construct($configPath)
    {
        if (is_array($configPath)) {
            $this->config = $configPath;
        } else {
            $this->configPath = $configPath;
        }
    }