PHP Class Api\ArrayType\ApiArrayOfWebSearchOption

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
Afficher le fichier Open project: wsdltophp/packagegenerator

Méthodes publiques

Свойство Type Description
$WebSearchOption string[] The WebSearchOption Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

Constructor method for ArrayOfWebSearchOption
public __construct ( array $webSearchOption = [] )
$webSearchOption array

__set_state() public static méthode

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
See also: AbstractStructArrayBase::__set_state()
public static __set_state ( array $array ) : ApiArrayOfWebSearchOption
$array array the exported values
Résultat ApiArrayOfWebSearchOption

__toString() public méthode

Method returning the class name
public __toString ( ) : string
Résultat string __CLASS__

add() public méthode

Add element to array
See also: AbstractStructArrayBase::add()
public add ( string $item ) : ApiArrayOfWebSearchOption
$item string
Résultat ApiArrayOfWebSearchOption

addToWebSearchOption() public méthode

Add item to WebSearchOption value
public addToWebSearchOption ( string $item ) : ApiArrayOfWebSearchOption
$item string
Résultat ApiArrayOfWebSearchOption

current() public méthode

Returns the current element
See also: AbstractStructArrayBase::current()
public current ( ) : string | null
Résultat string | null

first() public méthode

Returns the first element
See also: AbstractStructArrayBase::first()
public first ( ) : string | null
Résultat string | null

getAttributeName() public méthode

Returns the attribute name
See also: AbstractStructArrayBase::getAttributeName()
public getAttributeName ( ) : string
Résultat string WebSearchOption

getWebSearchOption() public méthode

Get WebSearchOption value
public getWebSearchOption ( ) : string[] | null
Résultat string[] | null

item() public méthode

Returns the indexed element
See also: AbstractStructArrayBase::item()
public item ( integer $index ) : string | null
$index integer
Résultat string | null

last() public méthode

Returns the last element
See also: AbstractStructArrayBase::last()
public last ( ) : string | null
Résultat string | null

offsetGet() public méthode

Returns the element at the offset
See also: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : string | null
$offset integer
Résultat string | null

setWebSearchOption() public méthode

Set WebSearchOption value
public setWebSearchOption ( array $webSearchOption = [] ) : ApiArrayOfWebSearchOption
$webSearchOption array
Résultat ApiArrayOfWebSearchOption

Property Details

$WebSearchOption public_oe property

The WebSearchOption Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
public string[] $WebSearchOption
Résultat string[]