\MiotApi\Contract\SpecificationSpecification

Summary

Methods
Properties
Constants
__construct()
init()
getUrn()
getType()
getDescription()
toContext()
toCollection()
toJson()
toArray()
__get()
__call()
No public properties found
No constants found
No protected methods found
$collection
$urn
$description
N/A
No private methods found
No private properties found
N/A

Properties

$collection

$collection : 

Type

$urn

$urn : 

Type

$description

$description : 

描述: 纯文本字段.

Type

Methods

__construct()

__construct(  $urn) 

Specification constructor.

Parameters

$urn

Throws

\MiotApi\Exception\SpecificationErrorException

init()

init() 

getUrn()

getUrn() 

getType()

getType() 

getDescription()

getDescription() 

toContext()

toContext() 

toCollection()

toCollection() 

toJson()

toJson() 

toArray()

toArray() 

__get()

__get(  $key) 

Parameters

$key

__call()

__call(string  $method, array  $parameters) : mixed

Proxy a method call onto the collection items.

Parameters

string $method
array $parameters

Returns

mixed