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

To change this template file, choose Tools | Templates and open the template in the editor.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$activityGroupId integer
$expectedURL string
$id integer
$name string
$status tnsActivityStatus
$type tnsActivityType

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

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

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

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

public __construct ( $id = null, $activityGroupId = null, $name = null, $expectedURL = null, $status = null, $type = 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

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

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

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

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

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

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

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

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

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

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

public tnsActivityStatus $status
Результат tnsActivityStatus

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

public tnsActivityType $type
Результат tnsActivityType