PHP Класс FeedItemAttributeValue, googleads-php-lib

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$booleanValue boolean
$booleanValues boolean[]
$doubleValue double
$doubleValues double[]
$feedAttributeId integer
$integerValue integer
$integerValues integer[]
$moneyWithCurrencyValue MoneyWithCurrency
$stringValue string
$stringValues string[]

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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

__construct() публичный Метод

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

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$booleanValue публичное свойство

public bool $booleanValue
Результат boolean

$booleanValues публичное свойство

public boolean[] $booleanValues
Результат boolean[]

$doubleValue публичное свойство

public double $doubleValue
Результат double

$doubleValues публичное свойство

public double[] $doubleValues
Результат double[]

$feedAttributeId публичное свойство

public int $feedAttributeId
Результат integer

$integerValue публичное свойство

public int $integerValue
Результат integer

$integerValues публичное свойство

public integer[] $integerValues
Результат integer[]

$moneyWithCurrencyValue публичное свойство

public MoneyWithCurrency $moneyWithCurrencyValue
Результат MoneyWithCurrency

$stringValue публичное свойство

public string $stringValue
Результат string

$stringValues публичное свойство

public string[] $stringValues
Результат string[]