PHP 클래스 Api\StructType\ApiAddRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
$AdGroups Api\StructType\ApiAdGroupAddItem[] The AdGroups Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 1

공개 메소드들

메소드 설명
__construct ( array $adGroups = [] ) Constructor method for AddRequest
__set_state ( array $array ) : ApiAddRequest 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
addToAdGroups ( Api\StructType\ApiAdGroupAddItem $item ) : ApiAddRequest Add item to AdGroups value
getAdGroups ( ) : Api\StructType\ApiAdGroupAddItem[] Get AdGroups value
setAdGroups ( array $adGroups = [] ) : ApiAddRequest Set AdGroups value

메소드 상세

__construct() 공개 메소드

Constructor method for AddRequest
public __construct ( array $adGroups = [] )
$adGroups array

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

__toString() 공개 메소드

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

addToAdGroups() 공개 메소드

Add item to AdGroups value
public addToAdGroups ( Api\StructType\ApiAdGroupAddItem $item ) : ApiAddRequest
$item Api\StructType\ApiAdGroupAddItem
리턴 ApiAddRequest

getAdGroups() 공개 메소드

Get AdGroups value
public getAdGroups ( ) : Api\StructType\ApiAdGroupAddItem[]
리턴 Api\StructType\ApiAdGroupAddItem[]

setAdGroups() 공개 메소드

Set AdGroups value
public setAdGroups ( array $adGroups = [] ) : ApiAddRequest
$adGroups array
리턴 ApiAddRequest

프로퍼티 상세

$AdGroups 공개적으로 프로퍼티

The AdGroups Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 1
public ApiAdGroupAddItem[],Api\StructType $AdGroups
리턴 Api\StructType\ApiAdGroupAddItem[]