Свойство | Тип | Описание | |
---|---|---|---|
$AlterationOverrideQuery | string | The AlterationOverrideQuery Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$AlteredQuery | string | The AlteredQuery Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 | |
$SearchTerms | string | The SearchTerms Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 |
Метод | Описание | |
---|---|---|
__construct ( string $searchTerms = null, string $alteredQuery = null, string $alterationOverrideQuery = null ) | Constructor method for Query | |
__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 | |
getAlterationOverrideQuery ( ) : string | null | Get AlterationOverrideQuery value | |
getAlteredQuery ( ) : string | null | Get AlteredQuery value | |
getSearchTerms ( ) : string | null | Get SearchTerms value | |
setAlterationOverrideQuery ( string $alterationOverrideQuery = null ) : |
Set AlterationOverrideQuery value | |
setAlteredQuery ( string $alteredQuery = null ) : |
Set AlteredQuery value | |
setSearchTerms ( string $searchTerms = null ) : |
Set SearchTerms value |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
Результат |
public __toString ( ) : string | ||
Результат | string | __CLASS__ |
public getAlterationOverrideQuery ( ) : string | null | ||
Результат | string | null |
public getAlteredQuery ( ) : string | null | ||
Результат | string | null |
public getSearchTerms ( ) : string | null | ||
Результат | string | null |
public setAlterationOverrideQuery ( string $alterationOverrideQuery = null ) : |
||
$alterationOverrideQuery | string | |
Результат |
public setAlteredQuery ( string $alteredQuery = null ) : |
||
$alteredQuery | string | |
Результат |
public setSearchTerms ( string $searchTerms = null ) : |
||
$searchTerms | string | |
Результат |
public string $AlterationOverrideQuery | ||
Результат | string |
public string $AlteredQuery | ||
Результат | string |
public string $SearchTerms | ||
Результат | string |