PHP 클래스 Api\StructType\ApiOffer

상속: extends ApiOrder
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$offer ApiOffer The offer Meta informations extracted from the WSDL - minOccurs: 0 - nillable: true
$offerClassMember string The offerClassMember Meta informations extracted from the WSDL - minOccurs: 0 - nillable: true

공개 메소드들

메소드 설명
__construct ( string $offerClassMember = null, ApiOffer $offer = null ) Constructor method for offer
__set_state ( array $array ) : ApiOffer 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
getOffer ( ) : ApiOffer | null Get offer value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getOfferClassMember ( ) : string | null Get offerClassMember value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
setOffer ( ApiOffer $offer = null ) : ApiOffer Set offer value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setOfferClassMember ( string $offerClassMember = null ) : ApiOffer Set offerClassMember value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object

메소드 상세

__construct() 공개 메소드

Constructor method for offer
public __construct ( string $offerClassMember = null, ApiOffer $offer = null )
$offerClassMember string
$offer ApiOffer

__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 ) : ApiOffer
$array array the exported values
리턴 ApiOffer

__toString() 공개 메소드

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

getOffer() 공개 메소드

Get offer value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getOffer ( ) : ApiOffer | null
리턴 ApiOffer | null

getOfferClassMember() 공개 메소드

Get offerClassMember value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getOfferClassMember ( ) : string | null
리턴 string | null

setOffer() 공개 메소드

Set offer value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setOffer ( ApiOffer $offer = null ) : ApiOffer
$offer ApiOffer
리턴 ApiOffer

setOfferClassMember() 공개 메소드

Set offerClassMember value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setOfferClassMember ( string $offerClassMember = null ) : ApiOffer
$offerClassMember string
리턴 ApiOffer

프로퍼티 상세

$offer 공개적으로 프로퍼티

The offer Meta informations extracted from the WSDL - minOccurs: 0 - nillable: true
public ApiOffer,Api\StructType $offer
리턴 ApiOffer

$offerClassMember 공개적으로 프로퍼티

The offerClassMember Meta informations extracted from the WSDL - minOccurs: 0 - nillable: true
public string $offerClassMember
리턴 string