-
#[Middleware]
-
[]
-
#[Prefix]
-
'/schemas'
Table of Contents
Properties
-
$schemaDefinitions
: mixed
Methods
-
fetchSchema()
: mixed
-
denyWithStatus()
: mixed
-
flattenOptionalElements()
: mixed
-
gateCheckExecuteJob()
: mixed
-
gateCheckViewDashboard()
: mixed
-
noContent()
: mixed
-
processElement()
: mixed
$schemaDefinitions
protected
mixed
$schemaDefinitions
= []
fetchSchema()
public
fetchSchema() : mixed
-
response
-
denyWithStatus()
protected
denyWithStatus(string $message, int $status) : mixed
Parameters
-
$message
: string
-
-
$status
: int
-
flattenOptionalElements()
protected
flattenOptionalElements(SimpleXMLElement $element) : mixed
Parameters
-
$element
: SimpleXMLElement
-
gateCheckExecuteJob()
protected
gateCheckExecuteJob() : mixed
gateCheckViewDashboard()
protected
gateCheckViewDashboard() : mixed
noContent()
protected
noContent() : mixed
processElement()
protected
processElement(SimpleXMLElement $element, string $name[, int $depth = 0 ][, bool $isParentOptional = false ]) : mixed
Parameters
-
$element
: SimpleXMLElement
-
-
$name
: string
-
-
$depth
: int
= 0
-
-
$isParentOptional
: bool
= false
-