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

This class allows the user to query the list of fields applicable to a given report type. Consumers of reports will be able use the retrieved fields through the {@link ReportDefinitionService#getReportFields} api and run the corresponding reports.
Показать файл Открыть проект

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

Свойство Тип Описание
$canFilter boolean
$canSelect boolean
$displayFieldName string
$enumValuePairs EnumValuePair[]
$enumValues string[]
$exclusiveFields string[]
$fieldBehavior string
$fieldName string
$fieldType string
$isBeta boolean
$isEnumType boolean
$isZeroRowCompatible boolean
$xmlAttributeName string

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

Метод Описание
__construct ( $fieldName = null, $displayFieldName = null, $xmlAttributeName = null, $fieldType = null, $fieldBehavior = null, $enumValues = null, $canSelect = null, $canFilter = null, $isEnumType = null, $isBeta = null, $isZeroRowCompatible = null, $enumValuePairs = null, $exclusiveFields = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $fieldName = null, $displayFieldName = null, $xmlAttributeName = null, $fieldType = null, $fieldBehavior = null, $enumValues = null, $canSelect = null, $canFilter = null, $isEnumType = null, $isBeta = null, $isZeroRowCompatible = null, $enumValuePairs = null, $exclusiveFields = 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

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

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

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

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

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

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

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

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

public EnumValuePair[] $enumValuePairs
Результат EnumValuePair[]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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