SensioLabs\Insight\Cli\Application::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->apiConfig = array('base_url' => Api::ENDPOINT);
        parent::__construct(static::APPLICATION_NAME, static::APPLICATION_VERSION);
    }