Fetchdocs
in package
Components_Runner_Fetchdocs:: fetches documentation for a component.
Copyright 2011-2020 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_client : Horde_Http_Client
- $_config : Config
- $_output : Output
- __construct() : mixed
- Constructor.
- run() : void
Properties
$_client read-only
private
Horde_Http_Client
$_client
$_config read-only
private
Config
$_config
$_output read-only
private
Output
$_output
Methods
__construct()
Constructor.
public
__construct(Config $_config, Output $_output, Horde_Http_Client $_client) : mixed
Parameters
- $_config : Config
-
The configuration for the current job.
- $_output : Output
-
The output handler.
- $_client : Horde_Http_Client
-
A HTTP client.
Return values
mixed —run()
public
run() : void