Application API Documentation
Classes
PhpDocDescriber
in package
implements
RouteDescriberInterface
Uses
RouteDescriberTrait
Interfaces, Classes and Traits
- RouteDescriberInterface
Table of Contents
-
$docBlockFactory
: mixed
-
__construct()
: mixed
-
describe()
: mixed
-
normalizePath()
: string
$docBlockFactory
private
mixed
$docBlockFactory
__construct()
public
__construct([DocBlockFactoryInterface $docBlockFactory = null ]) : mixed
Parameters
-
$docBlockFactory
: DocBlockFactoryInterface
= null
-
Return values
mixed
—
describe()
public
describe(OpenApi $api, Route $route, ReflectionMethod $reflectionMethod) : mixed
Parameters
-
$api
: OpenApi
-
-
$route
: Route
-
-
$reflectionMethod
: ReflectionMethod
-
Return values
mixed
—
normalizePath()
private
normalizePath(string $path) : string
Parameters
-
$path
: string
-
Return values
string
—