PHP Class Components_Helper_Website, horde

Show file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( Components_Output $output ) Constructor.
update ( Components_Component $component, array $options ) : null Updates the component information in the horde-web repository.

Private Methods

Method Description
_identifyDocFiles ( $path )

Method Details

__construct() public method

Constructor.
public __construct ( Components_Output $output )
$output Components_Output The output handler.

update() public method

Updates the component information in the horde-web repository.
public update ( Components_Component $component, array $options ) : null
$component Components_Component The data of this component will be updated.
$options array The set of options for the operation.
return null