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

***
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$dateRange DateRange
$fields string[]
$ordering OrderBy[]
$paging Paging
$predicates Predicate[]

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

Метод Описание
__construct ( $fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null )
getNamespace ( ) : string Gets the namesapce of this class
getNamespace ( ) : the Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class
getXsiTypeName ( ) : the Gets the xsi:type name of this class

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

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

public __construct ( $fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null )

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

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

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

Gets the namesapce of this class
public getNamespace ( ) : the
Результат 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

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

Gets the xsi:type name of this class
public getXsiTypeName ( ) : the
Результат the xsi:type name of this class

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

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

public DateRange $dateRange
Результат DateRange

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

public string[] $fields
Результат string[]

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

public OrderBy[] $ordering
Результат OrderBy[]

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

public Paging $paging
Результат Paging

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

public Predicate[] $predicates
Результат Predicate[]