Documentation

ServiceStatesType
in package

Class representing ServiceStatesType.

XSD Type: serviceStatesType

Table of Contents

Properties

$state  : array<string|int, StateType>

Methods

addToState()  : self
Adds as state.
getState()  : array<string|int, StateType>
Gets as state.
issetState()  : bool
isset state.
setState()  : self
Sets a new state.
unsetState()  : void
unset state.

Properties

Methods

issetState()

isset state.

public issetState(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

unsetState()

unset state.

public unsetState(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results