PHP Class Api\StructType\ApiQuery

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructBase
Afficher le fichier Open project: wsdltophp/packagegenerator

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( string $searchTerms = null, string $alteredQuery = null, string $alterationOverrideQuery = null ) Constructor method for Query
__set_state ( array $array ) : ApiQuery 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 ) : ApiQuery Set AlterationOverrideQuery value
setAlteredQuery ( string $alteredQuery = null ) : ApiQuery Set AlteredQuery value
setSearchTerms ( string $searchTerms = null ) : ApiQuery Set SearchTerms value

Method Details

__construct() public méthode

Constructor method for Query
public __construct ( string $searchTerms = null, string $alteredQuery = null, string $alterationOverrideQuery = null )
$searchTerms string
$alteredQuery string
$alterationOverrideQuery string

__set_state() public static méthode

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
See also: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiQuery
$array array the exported values
Résultat ApiQuery

__toString() public méthode

Method returning the class name
public __toString ( ) : string
Résultat string __CLASS__

getAlterationOverrideQuery() public méthode

Get AlterationOverrideQuery value
public getAlterationOverrideQuery ( ) : string | null
Résultat string | null

getAlteredQuery() public méthode

Get AlteredQuery value
public getAlteredQuery ( ) : string | null
Résultat string | null

getSearchTerms() public méthode

Get SearchTerms value
public getSearchTerms ( ) : string | null
Résultat string | null

setAlterationOverrideQuery() public méthode

Set AlterationOverrideQuery value
public setAlterationOverrideQuery ( string $alterationOverrideQuery = null ) : ApiQuery
$alterationOverrideQuery string
Résultat ApiQuery

setAlteredQuery() public méthode

Set AlteredQuery value
public setAlteredQuery ( string $alteredQuery = null ) : ApiQuery
$alteredQuery string
Résultat ApiQuery

setSearchTerms() public méthode

Set SearchTerms value
public setSearchTerms ( string $searchTerms = null ) : ApiQuery
$searchTerms string
Résultat ApiQuery

Property Details

$AlterationOverrideQuery public_oe property

The AlterationOverrideQuery Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $AlterationOverrideQuery
Résultat string

$AlteredQuery public_oe property

The AlteredQuery Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $AlteredQuery
Résultat string

$SearchTerms public_oe property

The SearchTerms Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $SearchTerms
Résultat string