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

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

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

Свойство Тип Описание
$count integer
$month integer
$year integer

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

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

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

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

public __construct ( $year = null, $month = null, $count = 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

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

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

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

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

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

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

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