PHP Класс ProductBiddingCategoryData, googleads-php-lib
Clients use this to convert between human-readable category names / display strings and
ProductBiddingCategory instances.
Показать файл
Открыть проект
Открытые свойства
Открытые методы
Метод |
Описание |
|
__construct ( $dimensionValue = null, $parentDimensionValue = null, $country = null, $status = null, $displayValue = null, $ConstantDataType = null ) |
|
|
getNamespace ( ) : string |
Gets the namesapce of this class |
|
getXsiTypeName ( ) : string |
Gets the xsi:type name of this class |
|
Описание методов
__construct()
публичный Метод
public __construct ( $dimensionValue = null, $parentDimensionValue = null, $country = null, $status = null, $displayValue = null, $ConstantDataType = null ) |
getNamespace()
публичный Метод
Gets the namesapce of this class
getXsiTypeName()
публичный Метод
Gets the xsi:type name of this class
Описание свойств
$country публичное свойство
public string $country |
Результат |
string |
|
$dimensionValue публичное свойство
public ProductBiddingCategory $dimensionValue |
Результат |
ProductBiddingCategory |
|
$displayValue публичное свойство
public String_StringMapEntry[] $displayValue |
Результат |
String_StringMapEntry[] |
|
$parentDimensionValue публичное свойство
public ProductBiddingCategory $parentDimensionValue |
Результат |
ProductBiddingCategory |
|
$status публичное свойство
public tnsShoppingBiddingDimensionStatus $status |
Результат |
tnsShoppingBiddingDimensionStatus |
|