Website
in package
This class is a helper for a horde-web git repository checkout.
Tags
Table of Contents
- $_output : Output
- The output handler.
- __construct() : mixed
- Constructor.
- update() : void
- Updates the component information in the horde-web repository.
- _identifyDocFiles() : mixed
Properties
$_output read-only
The output handler.
private
Output
$_output
Methods
__construct()
Constructor.
public
__construct(Output $_output) : mixed
Parameters
- $_output : Output
-
The output handler.
Return values
mixed —update()
Updates the component information in the horde-web repository.
public
update(Component $component, array<string|int, mixed> $options) : void
Parameters
- $component : Component
-
The data of this component will be updated.
- $options : array<string|int, mixed>
-
The set of options for the operation.
Return values
void —_identifyDocFiles()
private
_identifyDocFiles(mixed $path) : mixed
Parameters
- $path : mixed