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

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

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

Свойство Тип Описание
$maxEstimate StatsEstimate
$minEstimate StatsEstimate
$platform Platform

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

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

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

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

public __construct ( $platform = null, $minEstimate = null, $maxEstimate = 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

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

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

public StatsEstimate $maxEstimate
Результат StatsEstimate

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

public StatsEstimate $minEstimate
Результат StatsEstimate

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

public Platform $platform
Результат Platform