PHP Class Swagger\Annotations\ExternalDocumentation

Inheritance: extends AbstractAnnotation
Show file Open project: zircote/swagger-php

Public Properties

Property Type Description
$_parents
$_required
$_types
$description string A short description of the target documentation. GFM syntax can be used for rich text representation.
$url string The URL for the target documentation.

Property Details

$_parents public static property

public static $_parents

$_required public static property

public static $_required

$_types public static property

public static $_types

$description public property

A short description of the target documentation. GFM syntax can be used for rich text representation.
public string $description
return string

$url public property

The URL for the target documentation.
public string $url
return string