Метод |
Описание |
|
__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 |
|