Property | Type | Description | |
---|---|---|---|
$Adult | string | The Adult Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$AppId | string | The AppId Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1 | |
$Image | Api\StructType\ApiImageRequest | The Image Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Latitude | float | The Latitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Longitude | float | The Longitude Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Market | string | The Market Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$MobileWeb | Api\StructType\ApiMobileWebRequest | The MobileWeb Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$News | Api\StructType\ApiNewsRequest | The News Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Options | Api\ArrayType\ApiArrayOfSearchOption | The Options Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Phonebook | Api\StructType\ApiPhonebookRequest | The Phonebook Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Query | string | The Query Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1 | |
$Radius | float | The Radius Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Sources | Api\ArrayType\ApiArrayOfSourceType | The Sources Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1 | |
$Translation | Api\StructType\ApiTranslationRequest | The Translation Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$UILanguage | string | The UILanguage Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$Version | string | The Version Meta informations extracted from the WSDL - default: 2.2 - maxOccurs: 1 - minOccurs: 0 | |
$Video | The Video Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | ||
$Web | Api\StructType\ApiWebRequest | The Web Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$parameters | The parameters Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 1 |
Method | Description | |
---|---|---|
__construct ( string $query = null, string $appId = null, Api\ArrayType\ApiArrayOfSourceType $sources = null, |
Constructor method for SearchRequest | |
__set_state ( array $array ) : |
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 | |
getAdult ( ) : string | null | Get Adult value | |
getAppId ( ) : string | Get AppId value | |
getImage ( ) : Api\StructType\ApiImageRequest | null | Get Image value | |
getLatitude ( ) : float | null | Get Latitude value | |
getLongitude ( ) : float | null | Get Longitude value | |
getMarket ( ) : string | null | Get Market value | |
getMobileWeb ( ) : Api\StructType\ApiMobileWebRequest | null | Get MobileWeb value | |
getNews ( ) : Api\StructType\ApiNewsRequest | null | Get News value | |
getOptions ( ) : Api\ArrayType\ApiArrayOfSearchOption | null | Get Options value | |
getParameters ( ) : |
Get parameters value | |
getPhonebook ( ) : Api\StructType\ApiPhonebookRequest | null | Get Phonebook value | |
getQuery ( ) : string | Get Query value | |
getRadius ( ) : float | null | Get Radius value | |
getSources ( ) : Api\ArrayType\ApiArrayOfSourceType | Get Sources value | |
getTranslation ( ) : Api\StructType\ApiTranslationRequest | null | Get Translation value | |
getUILanguage ( ) : string | null | Get UILanguage value | |
getVersion ( ) : string | null | Get Version value | |
getVideo ( ) : |
Get Video value | |
getWeb ( ) : Api\StructType\ApiWebRequest | null | Get Web value | |
setAdult ( string $adult = null ) : |
Set Adult value | |
setAppId ( string $appId = null ) : |
Set AppId value | |
setImage ( Api\StructType\ApiImageRequest $image = null ) : |
Set Image value | |
setLatitude ( float $latitude = null ) : |
Set Latitude value | |
setLongitude ( float $longitude = null ) : |
Set Longitude value | |
setMarket ( string $market = null ) : |
Set Market value | |
setMobileWeb ( Api\StructType\ApiMobileWebRequest $mobileWeb = null ) : |
Set MobileWeb value | |
setNews ( Api\StructType\ApiNewsRequest $news = null ) : |
Set News value | |
setOptions ( Api\ArrayType\ApiArrayOfSearchOption $options = null ) : |
Set Options value | |
setParameters ( |
Set parameters value | |
setPhonebook ( Api\StructType\ApiPhonebookRequest $phonebook = null ) : |
Set Phonebook value | |
setQuery ( string $query = null ) : |
Set Query value | |
setRadius ( float $radius = null ) : |
Set Radius value | |
setSources ( Api\ArrayType\ApiArrayOfSourceType $sources = null ) : |
Set Sources value | |
setTranslation ( Api\StructType\ApiTranslationRequest $translation = null ) : |
Set Translation value | |
setUILanguage ( string $uILanguage = null ) : |
Set UILanguage value | |
setVersion ( string $version = '2.2' ) : |
Set Version value | |
setVideo ( |
Set Video value | |
setWeb ( Api\StructType\ApiWebRequest $web = null ) : |
Set Web value |
public __construct ( string $query = null, string $appId = null, Api\ArrayType\ApiArrayOfSourceType $sources = null, |
||
$query | string | |
$appId | string | |
$sources | Api\ArrayType\ApiArrayOfSourceType | |
$parameters | ||
$version | string | |
$market | string | |
$uILanguage | string | |
$adult | string | |
$latitude | float | |
$longitude | float | |
$radius | float | |
$options | Api\ArrayType\ApiArrayOfSearchOption | |
$web | Api\StructType\ApiWebRequest | |
$image | Api\StructType\ApiImageRequest | |
$phonebook | Api\StructType\ApiPhonebookRequest | |
$video | ||
$news | Api\StructType\ApiNewsRequest | |
$mobileWeb | Api\StructType\ApiMobileWebRequest | |
$translation | Api\StructType\ApiTranslationRequest |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
return |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public getLatitude ( ) : float | null | ||
return | float | null |
public getLongitude ( ) : float | null | ||
return | float | null |
public getMobileWeb ( ) : Api\StructType\ApiMobileWebRequest | null | ||
return | Api\StructType\ApiMobileWebRequest | null |
public getOptions ( ) : Api\ArrayType\ApiArrayOfSearchOption | null | ||
return | Api\ArrayType\ApiArrayOfSearchOption | null |
public getParameters ( ) : |
||
return |
public getPhonebook ( ) : Api\StructType\ApiPhonebookRequest | null | ||
return | Api\StructType\ApiPhonebookRequest | null |
public getSources ( ) : Api\ArrayType\ApiArrayOfSourceType | ||
return | Api\ArrayType\ApiArrayOfSourceType |
public getTranslation ( ) : Api\StructType\ApiTranslationRequest | null | ||
return | Api\StructType\ApiTranslationRequest | null |
public getUILanguage ( ) : string | null | ||
return | string | null |
public getVersion ( ) : string | null | ||
return | string | null |
public setImage ( Api\StructType\ApiImageRequest $image = null ) : |
||
$image | Api\StructType\ApiImageRequest | |
return |
public setLatitude ( float $latitude = null ) : |
||
$latitude | float | |
return |
public setLongitude ( float $longitude = null ) : |
||
$longitude | float | |
return |
public setMobileWeb ( Api\StructType\ApiMobileWebRequest $mobileWeb = null ) : |
||
$mobileWeb | Api\StructType\ApiMobileWebRequest | |
return |
public setNews ( Api\StructType\ApiNewsRequest $news = null ) : |
||
$news | Api\StructType\ApiNewsRequest | |
return |
public setOptions ( Api\ArrayType\ApiArrayOfSearchOption $options = null ) : |
||
$options | Api\ArrayType\ApiArrayOfSearchOption | |
return |
public setParameters ( |
||
$parameters | ||
return |
public setPhonebook ( Api\StructType\ApiPhonebookRequest $phonebook = null ) : |
||
$phonebook | Api\StructType\ApiPhonebookRequest | |
return |
public setSources ( Api\ArrayType\ApiArrayOfSourceType $sources = null ) : |
||
$sources | Api\ArrayType\ApiArrayOfSourceType | |
return |
public setTranslation ( Api\StructType\ApiTranslationRequest $translation = null ) : |
||
$translation | Api\StructType\ApiTranslationRequest | |
return |
public setUILanguage ( string $uILanguage = null ) : |
||
$uILanguage | string | |
return |
public setVersion ( string $version = '2.2' ) : |
||
$version | string | |
return |
public setVideo ( |
||
$video | ||
return |
public setWeb ( Api\StructType\ApiWebRequest $web = null ) : |
||
$web | Api\StructType\ApiWebRequest | |
return |
public string $Adult | ||
return | string |
public string $AppId | ||
return | string |
public ApiImageRequest,Api\StructType $Image | ||
return | Api\StructType\ApiImageRequest |
public float $Latitude | ||
return | float |
public float $Longitude | ||
return | float |
public string $Market | ||
return | string |
public ApiMobileWebRequest,Api\StructType $MobileWeb | ||
return | Api\StructType\ApiMobileWebRequest |
public ApiNewsRequest,Api\StructType $News | ||
return | Api\StructType\ApiNewsRequest |
public ApiArrayOfSearchOption,Api\ArrayType $Options | ||
return | Api\ArrayType\ApiArrayOfSearchOption |
public ApiPhonebookRequest,Api\StructType $Phonebook | ||
return | Api\StructType\ApiPhonebookRequest |
public string $Query | ||
return | string |
public float $Radius | ||
return | float |
public ApiArrayOfSourceType,Api\ArrayType $Sources | ||
return | Api\ArrayType\ApiArrayOfSourceType |
public ApiTranslationRequest,Api\StructType $Translation | ||
return | Api\StructType\ApiTranslationRequest |
public string $UILanguage | ||
return | string |
public string $Version | ||
return | string |
public ApiVideoRequest,Api\StructType $Video | ||
return |
public ApiWebRequest,Api\StructType $Web | ||
return | Api\StructType\ApiWebRequest |