PHP 클래스 Google\Cloud\Dev\DocGenerator\DocGenerator

파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 1 사용 예제들

공개 메소드들

메소드 설명
__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