PHP Класс Api\ArrayType\ApiArrayOfWebSearchOption

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

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

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

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

Метод Описание
__construct ( array $webSearchOption = [] ) Constructor method for ArrayOfWebSearchOption
__set_state ( array $array ) : ApiArrayOfWebSearchOption 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
add ( string $item ) : ApiArrayOfWebSearchOption Add element to array
addToWebSearchOption ( string $item ) : ApiArrayOfWebSearchOption Add item to WebSearchOption value
current ( ) : string | null Returns the current element
first ( ) : string | null Returns the first element
getAttributeName ( ) : string Returns the attribute name
getWebSearchOption ( ) : string[] | null Get WebSearchOption 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
setWebSearchOption ( array $webSearchOption = [] ) : ApiArrayOfWebSearchOption Set WebSearchOption value

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

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

Constructor method for ArrayOfWebSearchOption
public __construct ( array $webSearchOption = [] )
$webSearchOption 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 ) : ApiArrayOfWebSearchOption
$array array the exported values
Результат ApiArrayOfWebSearchOption

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

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

add() публичный Метод

Add element to array
См. также: AbstractStructArrayBase::add()
public add ( string $item ) : ApiArrayOfWebSearchOption
$item string
Результат ApiArrayOfWebSearchOption

addToWebSearchOption() публичный Метод

Add item to WebSearchOption value
public addToWebSearchOption ( string $item ) : ApiArrayOfWebSearchOption
$item string
Результат ApiArrayOfWebSearchOption

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 WebSearchOption

getWebSearchOption() публичный Метод

Get WebSearchOption value
public getWebSearchOption ( ) : 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

setWebSearchOption() публичный Метод

Set WebSearchOption value
public setWebSearchOption ( array $webSearchOption = [] ) : ApiArrayOfWebSearchOption
$webSearchOption array
Результат ApiArrayOfWebSearchOption

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

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

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