class SpecResponse implements JsonSerializable (View source)

Properties

protected string $code
protected string $description
protected mixed $content

Methods

__construct(string $code, string $description, $content = null)

SpecResponse constructor.

string
getCode()

No description

string
getDescription()

No description

mixed
getContent()

No description

jsonSerialize()

No description

Details

__construct(string $code, string $description, $content = null)

SpecResponse constructor.

Parameters

string $code
string $description
$content

string getCode()

No description

Return Value

string

string getDescription()

No description

Return Value

string

mixed getContent()

No description

Return Value

mixed

jsonSerialize()

No description