PHP Class Api\ArrayType\ApiArrayOfWebSearchOption

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
Show file Open project: wsdltophp/packagegenerator

Public Properties

Property Type Description
$WebSearchOption string[] The WebSearchOption Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0

Public Methods

Method 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 method

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

__set_state() public static method

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
return ApiArrayOfWebSearchOption

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

add() public method

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

addToWebSearchOption() public method

Add item to WebSearchOption value
public addToWebSearchOption ( string $item ) : ApiArrayOfWebSearchOption
$item string
return ApiArrayOfWebSearchOption

current() public method

Returns the current element
See also: AbstractStructArrayBase::current()
public current ( ) : string | null
return string | null

first() public method

Returns the first element
See also: AbstractStructArrayBase::first()
public first ( ) : string | null
return string | null

getAttributeName() public method

Returns the attribute name
See also: AbstractStructArrayBase::getAttributeName()
public getAttributeName ( ) : string
return string WebSearchOption

getWebSearchOption() public method

Get WebSearchOption value
public getWebSearchOption ( ) : string[] | null
return string[] | null

item() public method

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

last() public method

Returns the last element
See also: AbstractStructArrayBase::last()
public last ( ) : string | null
return string | null

offsetGet() public method

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

setWebSearchOption() public method

Set WebSearchOption value
public setWebSearchOption ( array $webSearchOption = [] ) : ApiArrayOfWebSearchOption
$webSearchOption array
return ApiArrayOfWebSearchOption

Property Details

$WebSearchOption public property

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