\MiotApi\Contract\SpecificationActionSpecification

有时候,一个有意义的操作需要对多个属性进行读写,可以用方法来实现,描述一个方法,需要说清楚 是什么方法? 输入参数是什么? 方法执行完有没有输出值,如果有,输出值什么?

Class ActionSpecification

Summary

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

Properties

$collection

$collection : 

Type

$urn

$urn : 

Type

$description

$description : 

描述: 纯文本字段.

Type

$in

$in : 

输入参数列表 可以是0到N个,每个参数都由属性组成.

Type

$out

$out : 

输出参数列表 可以是0到N个,每个参数都由属性组成.

Type

Methods

__construct()

__construct(  $urn) 

Specification constructor.

Parameters

$urn

Throws

\MiotApi\Exception\SpecificationErrorException

init()

init() 

Throws

\MiotApi\Exception\SpecificationErrorException

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

getIn()

getIn() : mixed

Returns

mixed

getOut()

getOut() : mixed

Returns

mixed