Documentation

VariableType
in package

Class representing VariableType.

XSD Type: variableType

Table of Contents

$name  : string|null
$note  : string|null
$value  : string|null
getName()  : string
Gets as name.
getNote()  : string
Gets as note.
getValue()  : string
Gets as value.
setName()  : self
Sets a new name.
setNote()  : self
Sets a new note.
setValue()  : self
Sets a new value.

Properties

Methods

getName()

Gets as name.

public getName() : string
Return values
string

getNote()

Gets as note.

public getNote() : string
Return values
string

getValue()

Gets as value.

public getValue() : string
Return values
string

setName()

Sets a new name.

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

setNote()

Sets a new note.

public setNote(string $note) : self
Parameters
$note : string
Return values
self

setValue()

Sets a new value.

public setValue(string $value) : self
Parameters
$value : string
Return values
self

Search results