Свойство | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Méthode | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
createLineItems ( $lineItems ) : the | Creates new {@link LineItem} objects. | |
getLineItemsByStatement ( $filterStatement ) : the | Gets a {@link LineItemPage} of {@link LineItem} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering: | |
performLineItemAction ( $lineItemAction, $filterStatement ) : the | Performs actions on {@link LineItem} objects that match the given {@link Statement#query}. | |
updateLineItems ( $lineItems ) : the | Updates the specified {@link LineItem} objects. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createLineItems ( $lineItems ) : the | ||
Résultat | the | created line items with their IDs filled in |
PQL property | Entity property |
---|---|
CostType | {@link LineItem#costType} |
CreationDateTime | {@link LineItem#creationDateTime} |
DeliveryRateType | {@link LineItem#deliveryRateType} |
EndDateTime | {@link LineItem#endDateTime} |
ExternalId | {@link LineItem#externalId} |
Id | {@link LineItem#id} |
IsMissingCreatives | {@link LineItem#isMissingCreatives} |
IsSetTopBoxEnabled | {@link LineItem#isSetTopBoxEnabled} |
LastModifiedDateTime | {@link LineItem#lastModifiedDateTime} |
LineItemType | {@link LineItem#lineItemType} |
Name | {@link LineItem#name} |
OrderId | {@link LineItem#orderId} |
StartDateTime | {@link LineItem#startDateTime} |
Status | {@link LineItem#status} |
Targeting | {@link LineItem#targeting} |
UnitsBought | {@link LineItem#unitsBought} |
public getLineItemsByStatement ( $filterStatement ) : the | ||
Résultat | the | line items that match the given filter |
public performLineItemAction ( $lineItemAction, $filterStatement ) : the | ||
Résultat | the | result of the action performed |
public updateLineItems ( $lineItems ) : the | ||
Résultat | the | updated line items |
public static array $classmap | ||
Résultat | array |
public static string $endpoint | ||
Résultat | string |