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

Наследование: 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
createProductPackageItems ( $productPackageItems ) : the Creates new {@link ProductPackageItem} objects.
getProductPackageItemsByStatement ( $statement ) : the Gets a {@link ProductPackageItemPage} of {@code ProductPackageItem} objects that satisfy the filtering criteria specified by given {@link Statement#query}.
performProductPackageItemAction ( $productPackageItemAction, $statement ) : the Performs actions on {@link ProductPackageItem} objects that satisfy the given {@link Statement#query}.
updateProductPackageItems ( $productPackageItems ) : the Updates the specified {@link ProductPackageItem} 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

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

Creates new {@link ProductPackageItem} objects.
public createProductPackageItems ( $productPackageItems ) : the
Результат the created product package items with their IDs filled in

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

The following fields are supported for filtering:
PQL Property Object Property
{@code id} {@link ProductPackageItem#id}
{@code productPackageId} {@link ProductPackageItem#productPackageId}
{@code productId} {@link ProductPackageItem#productId}
{@code productTemplateId} {@link ProductPackageItem#productTemplateId}
{@code mandatory} {@link ProductPackageItem#mandatory}
{@code archived} {@link ProductPackageItem#archived}
public getProductPackageItemsByStatement ( $statement ) : the
Результат the product package items that match the given statement

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

Performs actions on {@link ProductPackageItem} objects that satisfy the given {@link Statement#query}.
public performProductPackageItemAction ( $productPackageItemAction, $statement ) : the
Результат the result of the action performed

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

Updates the specified {@link ProductPackageItem} objects.
public updateProductPackageItems ( $productPackageItems ) : the
Результат the updated product package items

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

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

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

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

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