PHP Класс Google\Cloud\Dev\DocGenerator\DocGenerator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( TypeGenerator $types, array $files, $outputPath, $executionPath )
generate ( ) : void Generates JSON documentation from provided files.

Описание методов

__construct() публичный Метод

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

generate() публичный Метод

Generates JSON documentation from provided files.
public generate ( ) : void
Результат void