PHP Класс Swagger\Analyser

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

Открытые свойства

Свойство Тип Описание
$context Context Allows Annotation classes to know the context of the annotation that is being processed.
$docParser Doctrine\Common\Annotations\DocParser
$whitelist array List of namespaces that should be detected by the doctrine annotation parser.

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

Метод Описание
__construct ( $docParser = null )
fromComment ( string $comment, Context $context = null ) : array Use doctrine to parse the comment block and return the detected annotations.

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

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

public __construct ( $docParser = null )

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

Use doctrine to parse the comment block and return the detected annotations.
public fromComment ( string $comment, Context $context = null ) : array
$comment string a T_DOC_COMMENT.
$context Context
Результат array Annotations

Описание свойств

$context публичное статическое свойство

Allows Annotation classes to know the context of the annotation that is being processed.
public static Context,swagger $context
Результат Context

$docParser публичное свойство

public DocParser,Doctrine\Common\Annotations $docParser
Результат Doctrine\Common\Annotations\DocParser

$whitelist публичное статическое свойство

List of namespaces that should be detected by the doctrine annotation parser.
public static array $whitelist
Результат array