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

Наследование: implements Google\Cloud\Dev\DocGenerator\Parser\ParserInterface
Показать файл Открыть проект

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

Метод Описание
__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 ( )