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

상속: implements Google\Cloud\Dev\DocGenerator\Parser\ParserInterface
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php

공개 메소드들

메소드 설명
__construct ( $path, $outputName, phpDocumentor\Reflection\FileReflector $reflector )
parse ( )

비공개 메소드들

메소드 설명
buildDescription ( $docBlock, $content = null )
buildDocument ( $reflector )
buildExamples ( $examples )
buildExceptions ( $exceptions )
buildLink ( $content )
buildMagicMethod ( $magicMethod )
buildMagicMethods ( $magicMethods, $className )
buildMethod ( $method )
buildMethods ( $methods, $className )
buildNestedParams ( $nestedParams, $origParam ) PHPDoc has no support for nested params currently. this is a workaround until it is implemented.
buildParams ( $params )
buildResources ( $resources )
buildReturns ( $returns )
getReflector ( $fileReflector )
handleTypes ( $types )
hasNestedParams ( $description )
splitDescription ( $description )

메소드 상세

__construct() 공개 메소드

public __construct ( $path, $outputName, phpDocumentor\Reflection\FileReflector $reflector )
$reflector phpDocumentor\Reflection\FileReflector

parse() 공개 메소드

public parse ( )