PHP Class FeedItemAttributeValue, googleads-php-lib

显示文件 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$booleanValue boolean
$booleanValues boolean[]
$doubleValue double
$doubleValues double[]
$feedAttributeId integer
$integerValue integer
$integerValues integer[]
$moneyWithCurrencyValue MoneyWithCurrency
$stringValue string
$stringValues string[]

Public Methods

Method Description
__construct ( $feedAttributeId = null, $integerValue = null, $doubleValue = null, $booleanValue = null, $stringValue = null, $integerValues = null, $doubleValues = null, $booleanValues = null, $stringValues = null )
__construct ( $feedAttributeId = null, $integerValue = null, $doubleValue = null, $booleanValue = null, $stringValue = null, $integerValues = null, $doubleValues = null, $booleanValues = null, $stringValues = null, $moneyWithCurrencyValue = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $feedAttributeId = null, $integerValue = null, $doubleValue = null, $booleanValue = null, $stringValue = null, $integerValues = null, $doubleValues = null, $booleanValues = null, $stringValues = null )

__construct() public method

public __construct ( $feedAttributeId = null, $integerValue = null, $doubleValue = null, $booleanValue = null, $stringValue = null, $integerValues = null, $doubleValues = null, $booleanValues = null, $stringValues = null, $moneyWithCurrencyValue = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$booleanValue public_oe property

public bool $booleanValue
return boolean

$booleanValues public_oe property

public boolean[] $booleanValues
return boolean[]

$doubleValue public_oe property

public double $doubleValue
return double

$doubleValues public_oe property

public double[] $doubleValues
return double[]

$feedAttributeId public_oe property

public int $feedAttributeId
return integer

$integerValue public_oe property

public int $integerValue
return integer

$integerValues public_oe property

public integer[] $integerValues
return integer[]

$moneyWithCurrencyValue public_oe property

public MoneyWithCurrency $moneyWithCurrencyValue
return MoneyWithCurrency

$stringValue public_oe property

public string $stringValue
return string

$stringValues public_oe property

public string[] $stringValues
return string[]