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

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

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

Свойство Тип Описание
$id integer
$reportJobStatus tnsReportJobStatus
$reportQuery ReportQuery

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

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

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

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

public __construct ( $id = null, $reportQuery = null )

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

public __construct ( $id = null, $reportQuery = null, $reportJobStatus = 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

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

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

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

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

public tnsReportJobStatus $reportJobStatus
Результат tnsReportJobStatus

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

public ReportQuery $reportQuery
Результат ReportQuery