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

For this {@link SearchParameter}, excluded items will always take priority over included ones. This can handle a maximum of 200 (included + excluded) elements.

This element is supported by following {@link IdeaType}s: KEYWORD.

This element is supported by following {@link RequestType}s: IDEAS, STATS.

Наследование: extends SearchParameter
Показать файл Открыть проект

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

Свойство Тип Описание
$excluded string[]
$included string[]

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

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

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

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

public __construct ( $included = null, $excluded = null, $SearchParameterType = 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

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

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

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

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

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