PHP 클래스 Api\ArrayType\ApiArrayOfWebSearchOption

상속: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$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[]