PHP Класс Api\ArrayType\ApiArrayOfString

Наследование: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$string string[] The string Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0

Открытые методы

Метод Описание
__construct ( array $string = [] ) Constructor method for ArrayOfString
__set_state ( array $array ) : ApiArrayOfString Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
__toString ( ) : string Method returning the class name
addToString ( string $item ) : ApiArrayOfString Add item to string value
current ( ) : string | null Returns the current element
first ( ) : string | null Returns the first element
getAttributeName ( ) : string Returns the attribute name
getString ( ) : string[] | null Get string value
item ( integer $index ) : string | null Returns the indexed element
last ( ) : string | null Returns the last element
offsetGet ( integer $offset ) : string | null Returns the element at the offset
setString ( array $string = [] ) : ApiArrayOfString Set string value

Описание методов

__construct() публичный метод

Constructor method for ArrayOfString
public __construct ( array $string = [] )
$string array

__set_state() публичный статический метод

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
См. также: AbstractStructArrayBase::__set_state()
public static __set_state ( array $array ) : ApiArrayOfString
$array array the exported values
Результат ApiArrayOfString

__toString() публичный метод

Method returning the class name
public __toString ( ) : string
Результат string __CLASS__

addToString() публичный метод

Add item to string value
public addToString ( string $item ) : ApiArrayOfString
$item string
Результат ApiArrayOfString

current() публичный метод

Returns the current element
См. также: AbstractStructArrayBase::current()
public current ( ) : string | null
Результат string | null

first() публичный метод

Returns the first element
См. также: AbstractStructArrayBase::first()
public first ( ) : string | null
Результат string | null

getAttributeName() публичный метод

Returns the attribute name
См. также: AbstractStructArrayBase::getAttributeName()
public getAttributeName ( ) : string
Результат string string

getString() публичный метод

Get string value
public getString ( ) : string[] | null
Результат string[] | null

item() публичный метод

Returns the indexed element
См. также: AbstractStructArrayBase::item()
public item ( integer $index ) : string | null
$index integer
Результат string | null

last() публичный метод

Returns the last element
См. также: AbstractStructArrayBase::last()
public last ( ) : string | null
Результат string | null

offsetGet() публичный метод

Returns the element at the offset
См. также: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : string | null
$offset integer
Результат string | null

setString() публичный метод

Set string value
public setString ( array $string = [] ) : ApiArrayOfString
$string array
Результат ApiArrayOfString

Описание свойств

$string публичное свойство

The string Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
public string[] $string
Результат string[]