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

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

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

Свойство Тип Описание
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

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

Метод Описание
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
get ( $selector ) : Returns This field is required and should not be {@code null}.
mutate ( $operations ) : Returns This field must not contain {@code null} elements. Elements in this field must have distinct IDs for following {@link Operator}s : SET, REMOVE. This field must contain at least one element. This field is required and should not be {@code null}.
query ( $query ) : Returns This field is required and should not be {@code null}.

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

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

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

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

Loads a TrialPage containing a list of {@link Trial} objects matching the selector.
public get ( $selector ) : Returns
Результат Returns a page of matching trial objects.

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

Creates new trials, updates properties and controls the life cycle of existing trials. See {@link TrialService} for details on the trial life cycle.
public mutate ( $operations ) : Returns
Результат Returns the list of updated Trials, in the same order as the {@code operations} list.

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

Loads a TrialPage containing a list of {@link Trial} objects matching the query.
public query ( $query ) : Returns
Результат Returns a page of matching trial objects.

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

$classmap публичное статическое свойство

Default class map for wsdl=>php
public static array $classmap
Результат array

$endpoint публичное статическое свойство

The endpoint of the service
public static string $endpoint
Результат string