PHP Class Google\Cloud\Dev\DocGenerator\DocGenerator

Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php Class Usage Examples

Public Methods

Method Description
__construct ( TypeGenerator $types, array $files, $outputPath, $executionPath )
generate ( ) : void Generates JSON documentation from provided files.

Method Details

__construct() public method

public __construct ( TypeGenerator $types, array $files, $outputPath, $executionPath )
$types TypeGenerator
$files array

generate() public method

Generates JSON documentation from provided files.
public generate ( ) : void
return void