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

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

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

Свойство Тип Описание
$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
createAdUnits ( $adUnits ) : the Creates new {@link AdUnit} objects.
getAdUnitSizesByStatement ( $filterStatement ) : the Gets a set of {@link AdUnitSize} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
getAdUnitsByStatement ( $filterStatement ) : the Gets a {@link AdUnitPage} of {@link AdUnit} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performAdUnitAction ( $adUnitAction, $filterStatement ) : the Performs actions on {@link AdUnit} objects that match the given {@link Statement#query}.
updateAdUnits ( $adUnits ) : the Updates the specified {@link AdUnit} objects.

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

__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

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

Creates new {@link AdUnit} objects.
public createAdUnits ( $adUnits ) : the
Результат the created ad units, with their IDs filled in

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

PQL Property Object Property
{@code targetPlatform} {@link TargetPlatform}
An exception will be thrown for queries with unsupported fields. Paging is not supported, as aren't the LIMIT and OFFSET PQL keywords. Only "=" operator is supported.
public getAdUnitSizesByStatement ( $filterStatement ) : the
Результат the ad unit sizes that match the given filter

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

PQL Property Object Property
{@code adUnitCode} {@link AdUnit#adUnitCode}
{@code id} {@link AdUnit#id}
{@code name} {@link AdUnit#name}
{@code parentId} {@link AdUnit#parentId}
{@code status} {@link AdUnit#status}
{@code lastModifiedDateTime} {@link AdUnit#lastModifiedDateTime}
public getAdUnitsByStatement ( $filterStatement ) : the
Результат the ad units that match the given filter

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

Performs actions on {@link AdUnit} objects that match the given {@link Statement#query}.
public performAdUnitAction ( $adUnitAction, $filterStatement ) : the
Результат the result of the action performed

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

Updates the specified {@link AdUnit} objects.
public updateAdUnits ( $adUnits ) : the
Результат the updated ad units

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

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

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

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

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