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

For example, a forecast for an impressions goal may include this to express the matched, available, and possible viewable impressions.

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

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

Свойство Тип Описание
$availableUnits integer
$matchedUnits integer
$possibleUnits integer
$unitType tnsUnitType

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

Метод Описание
__construct ( $unitType = null, $matchedUnits = null, $availableUnits = null, $possibleUnits = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $unitType = null, $matchedUnits = null, $availableUnits = null, $possibleUnits = 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

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

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

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

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

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

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

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

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

public tnsUnitType $unitType
Результат tnsUnitType