PHP Класс ProductPackageService, 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
createProductPackages ( $productPackages ) : the Creates new {@link ProductPackage} objects.
getProductPackagesByStatement ( $statement ) : the Gets a {@link ProductPackagePage} of {@link ProductPackage} objects that satisfy the filtering criteria specified by given {@link Statement#query}.
performProductPackageAction ( $action, $statement ) : the Performs actions on {@link ProductPackage} objects that match the given {@link Statement#query}.
updateProductPackages ( $productPackages ) : the Updates the specified {@link ProductPackage} 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

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

Creates new {@link ProductPackage} objects.
public createProductPackages ( $productPackages ) : the
Результат the persisted product packages with their ID filled in

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

The following fields are supported for filtering:
PQL Property Object Property
{@code id} {@link ProductPackage#id}
{@code name} {@link ProductPackage#name}
{@code notes} {@link ProductPackage#notes}
{@code status} {@link ProductPackage#status}
{@code isArchived} {@link ProductPackage#isArchived}
{@code lastModifiedDateTime} {@link ProductPackage#lastModifiedDateTime}
public getProductPackagesByStatement ( $statement ) : the
Результат the product packages that match the given statement

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

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

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

Updates the specified {@link ProductPackage} objects.
public updateProductPackages ( $productPackages ) : the
Результат the updated product packages

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

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

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

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

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