PHP Class Api\StructType\ApiQuery

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Properties

Property 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

Public Methods

Method 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 method

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 method

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
return ApiQuery

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getAlterationOverrideQuery() public method

Get AlterationOverrideQuery value

getAlteredQuery() public method

Get AlteredQuery value
public getAlteredQuery ( ) : string | null
return string | null

getSearchTerms() public method

Get SearchTerms value
public getSearchTerms ( ) : string | null
return string | null

setAlterationOverrideQuery() public method

Set AlterationOverrideQuery value
public setAlterationOverrideQuery ( string $alterationOverrideQuery = null ) : ApiQuery
$alterationOverrideQuery string
return ApiQuery

setAlteredQuery() public method

Set AlteredQuery value
public setAlteredQuery ( string $alteredQuery = null ) : ApiQuery
$alteredQuery string
return ApiQuery

setSearchTerms() public method

Set SearchTerms value
public setSearchTerms ( string $searchTerms = null ) : ApiQuery
$searchTerms string
return ApiQuery

Property Details

$AlterationOverrideQuery public_oe property

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

$AlteredQuery public_oe property

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

$SearchTerms public_oe property

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