PHP 클래스 Api\StructType\ApiQuery

상속: extends WsdlToPhp\PackageBase\AbstractStructBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$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 ) : 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

메소드 상세

__construct() 공개 메소드

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

__set_state() 공개 정적인 메소드

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
또한 보기: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiQuery
$array array the exported values
리턴 ApiQuery

__toString() 공개 메소드

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

getAlterationOverrideQuery() 공개 메소드

Get AlterationOverrideQuery value

getAlteredQuery() 공개 메소드

Get AlteredQuery value
public getAlteredQuery ( ) : string | null
리턴 string | null

getSearchTerms() 공개 메소드

Get SearchTerms value
public getSearchTerms ( ) : string | null
리턴 string | null

setAlterationOverrideQuery() 공개 메소드

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

setAlteredQuery() 공개 메소드

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

setSearchTerms() 공개 메소드

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

프로퍼티 상세

$AlterationOverrideQuery 공개적으로 프로퍼티

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

$AlteredQuery 공개적으로 프로퍼티

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

$SearchTerms 공개적으로 프로퍼티

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