PHP Class Components_Helper_DocsOrigin, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
ファイルを表示
Open project: horde/horde
Class Usage Examples
Public Methods
Private Methods
Method |
Description |
|
_parse ( ) : null |
Parse the instructions from the file. |
|
Method Details
__construct()
public method
public __construct ( string $docs_origin, Horde_Http_Client $client ) |
$docs_origin |
string |
Path to the DOCS_ORIGIN file. |
$client |
Horde_Http_Client |
|
_fetchDocument()
public method
Fetch the given remote document into a local target path.
fetchDocuments()
public method
Fetch the remote documents.
public fetchDocuments ( Components_Output $output ) : null |
$output |
Components_Output |
The output handler. |
return |
null |
|
getDocuments()
public method
Return the list of documents that will be fetched.