class AttributesEntry extends Message

Properties

string $key
string $value

Methods

static 
descriptor()

No description

boolean
hasKey()

Check if has a value

clearKey()

Clear value

string
getKey()

Get value

setKey(string $value)

Set value

boolean
hasValue()

Check if has a value

clearValue()

Clear value

string
getValue()

Get value

setValue(string $value)

Set value

Details

at line line 1655
static descriptor()

at line line 1687
boolean hasKey()

Check if has a value

Return Value

boolean

at line line 1696
AttributesEntry clearKey()

Clear value

Return Value

AttributesEntry

at line line 1705
string getKey()

Get value

Return Value

string

at line line 1715
AttributesEntry setKey(string $value)

Set value

Parameters

string $value

Return Value

AttributesEntry

at line line 1724
boolean hasValue()

Check if has a value

Return Value

boolean

at line line 1733
AttributesEntry clearValue()

Clear value

Return Value

AttributesEntry

at line line 1742
string getValue()

Get value

Return Value

string

at line line 1752
AttributesEntry setValue(string $value)

Set value

Parameters

string $value

Return Value

AttributesEntry