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

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

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

Свойство Тип Описание
$dayOfWeek tnsDayOfWeek
$endHour integer
$endMinute tnsMinuteOfHour
$startHour integer
$startMinute tnsMinuteOfHour

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

Метод Описание
__construct ( $dayOfWeek = null, $startHour = null, $startMinute = null, $endHour = null, $endMinute = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $dayOfWeek = null, $startHour = null, $startMinute = null, $endHour = null, $endMinute = 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

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

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

public tnsDayOfWeek $dayOfWeek
Результат tnsDayOfWeek

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

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

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

public tnsMinuteOfHour $endMinute
Результат tnsMinuteOfHour

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

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

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

public tnsMinuteOfHour $startMinute
Результат tnsMinuteOfHour