PHP Класс ContentBundleService, 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
createContentBundles ( $contentBundles ) : the Creates new {@link ContentBundle} objects.
getContentBundlesByStatement ( $filterStatement ) : the Gets a {@link ContentBundlePage} of {@link ContentBundle} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performContentBundleAction ( $contentBundleAction, $filterStatement ) : the Performs actions on {@link ContentBundle} objects that match the given {@link Statement#query}.
updateContentBundles ( $contentBundles ) : the Updates the specified {@link ContentBundle} 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

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

Creates new {@link ContentBundle} objects.
public createContentBundles ( $contentBundles ) : the
Результат the created content bundles with their IDs filled in

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

PQL Property Object Property
{@code id} {@link ContentBundle#id}
{@code name} {@link ContentBundle#name}
{@code status} {@link ContentBundle#status}
public getContentBundlesByStatement ( $filterStatement ) : the
Результат the content bundles that match the given filter

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

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

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

Updates the specified {@link ContentBundle} objects.
public updateContentBundles ( $contentBundles ) : the
Результат the updated content bundles

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

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

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

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

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