Documentation

ParameterListItemType
in package

Class representing ParameterListItemType.

XSD Type: parameterListItemType

Table of Contents

Properties

$description  : string|null
$id  : int|null
ID záznamu (jen pro export).
$name  : string|null
$sequence  : int|null

Methods

getDescription()  : string
Gets as description.
getId()  : int
Gets as id.
getName()  : string
Gets as name.
getSequence()  : int
Gets as sequence.
setDescription()  : self
Sets a new description.
setId()  : self
Sets a new id.
setName()  : self
Sets a new name.
setSequence()  : self
Sets a new sequence.

Properties

Methods

setDescription()

Sets a new description.

public setDescription(string $description) : self
Parameters
$description : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu (jen pro export).

Parameters
$id : int
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setSequence()

Sets a new sequence.

public setSequence(int $sequence) : self
Parameters
$sequence : int
Return values
self

        
On this page

Search results