PHP Class Api\ArrayType\ApiArrayOfNewsRelatedSearch

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Properties

Property Type Description
$NewsRelatedSearch Api\StructType\ApiNewsRelatedSearch[] The NewsRelatedSearch Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0

Public Methods

Method Description
__construct ( array $newsRelatedSearch = [] ) Constructor method for ArrayOfNewsRelatedSearch
__set_state ( array $array ) : ApiArrayOfNewsRelatedSearch 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
addToNewsRelatedSearch ( Api\StructType\ApiNewsRelatedSearch $item ) : ApiArrayOfNewsRelatedSearch Add item to NewsRelatedSearch value
current ( ) : Api\StructType\ApiNewsRelatedSearch | null Returns the current element
first ( ) : Api\StructType\ApiNewsRelatedSearch | null Returns the first element
getAttributeName ( ) : string Returns the attribute name
getNewsRelatedSearch ( ) : Api\StructType\ApiNewsRelatedSearch[] | null Get NewsRelatedSearch value
item ( integer $index ) : Api\StructType\ApiNewsRelatedSearch | null Returns the indexed element
last ( ) : Api\StructType\ApiNewsRelatedSearch | null Returns the last element
offsetGet ( integer $offset ) : Api\StructType\ApiNewsRelatedSearch | null Returns the element at the offset
setNewsRelatedSearch ( array $newsRelatedSearch = [] ) : ApiArrayOfNewsRelatedSearch Set NewsRelatedSearch value

Method Details

__construct() public method

Constructor method for ArrayOfNewsRelatedSearch
public __construct ( array $newsRelatedSearch = [] )
$newsRelatedSearch 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 ) : ApiArrayOfNewsRelatedSearch
$array array the exported values
return ApiArrayOfNewsRelatedSearch

__toString() public method

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

addToNewsRelatedSearch() public method

Add item to NewsRelatedSearch value
public addToNewsRelatedSearch ( Api\StructType\ApiNewsRelatedSearch $item ) : ApiArrayOfNewsRelatedSearch
$item Api\StructType\ApiNewsRelatedSearch
return ApiArrayOfNewsRelatedSearch

current() public method

Returns the current element
See also: AbstractStructArrayBase::current()
public current ( ) : Api\StructType\ApiNewsRelatedSearch | null
return Api\StructType\ApiNewsRelatedSearch | null

first() public method

Returns the first element
See also: AbstractStructArrayBase::first()
public first ( ) : Api\StructType\ApiNewsRelatedSearch | null
return Api\StructType\ApiNewsRelatedSearch | null

getAttributeName() public method

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

getNewsRelatedSearch() public method

Get NewsRelatedSearch value
public getNewsRelatedSearch ( ) : Api\StructType\ApiNewsRelatedSearch[] | null
return Api\StructType\ApiNewsRelatedSearch[] | null

item() public method

Returns the indexed element
See also: AbstractStructArrayBase::item()
public item ( integer $index ) : Api\StructType\ApiNewsRelatedSearch | null
$index integer
return Api\StructType\ApiNewsRelatedSearch | null

last() public method

Returns the last element
See also: AbstractStructArrayBase::last()
public last ( ) : Api\StructType\ApiNewsRelatedSearch | null
return Api\StructType\ApiNewsRelatedSearch | null

offsetGet() public method

Returns the element at the offset
See also: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : Api\StructType\ApiNewsRelatedSearch | null
$offset integer
return Api\StructType\ApiNewsRelatedSearch | null

setNewsRelatedSearch() public method

Set NewsRelatedSearch value
public setNewsRelatedSearch ( array $newsRelatedSearch = [] ) : ApiArrayOfNewsRelatedSearch
$newsRelatedSearch array
return ApiArrayOfNewsRelatedSearch

Property Details

$NewsRelatedSearch public_oe property

The NewsRelatedSearch Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
public ApiNewsRelatedSearch[],Api\StructType $NewsRelatedSearch
return Api\StructType\ApiNewsRelatedSearch[]