PHP Класс RateCardService, 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
createRateCards ( $rateCards ) : the Creates a list of {@link RateCard} objects. Rate cards must be activated before being associated with proposal line items and products.
getRateCardsByStatement ( $filterStatement ) : the Gets a {@link RateCardPage} of {@link RateCard} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performRateCardAction ( $rateCardAction, $filterStatement ) : the Performs action on {@link RateCard} objects that satisfy the given {@link Statement#query}.
updateRateCards ( $rateCards ) : the Updates a list of {@link RateCard} 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

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

Creates a list of {@link RateCard} objects. Rate cards must be activated before being associated with proposal line items and products.
public createRateCards ( $rateCards ) : the
Результат the created rate cards.

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

PQL propertyEntity property
Id{@link RateCard#id}
LastModifiedDateTime{@link RateCard#lastModifiedDateTime}
Name{@link RateCard#name}
Status{@link RateCard#status}
public getRateCardsByStatement ( $filterStatement ) : the
Результат the rate cards that match the filter

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

Performs action on {@link RateCard} objects that satisfy the given {@link Statement#query}.
public performRateCardAction ( $rateCardAction, $filterStatement ) : the
Результат the result of the action performed

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

Updates a list of {@link RateCard} objects.
public updateRateCards ( $rateCards ) : the
Результат the updated rate cards

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

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

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

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

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