PHP Class Google\Cloud\Dev\DocGenerator\DocGenerator

Afficher le fichier Open project: GoogleCloudPlatform/gcloud-php Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

generate() public méthode

Generates JSON documentation from provided files.
public generate ( ) : void
Résultat void