Property | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Method | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
createPlacements ( $placements ) : the | Creates new {@link Placement} objects. | |
getPlacementsByStatement ( $filterStatement ) : the | Gets a {@link PlacementPage} of {@link Placement} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering: | |
performPlacementAction ( $placementAction, $filterStatement ) : the | Performs actions on {@link Placement} objects that match the given {@link Statement#query}. | |
updatePlacements ( $placements ) : the | Updates the specified {@link Placement} objects. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createPlacements ( $placements ) : the | ||
return | the | new placements, with their IDs filled in |
PQL Property | Object Property |
---|---|
{@code description} | {@link Placement#description} |
{@code id} | {@link Placement#id} |
{@code isAdSenseTargetingEnabled} | {@link Placement#isAdSenseTargetingEnabled} |
{@code name} | {@link Placement#name} |
{@code placementCode} | {@link Placement#placementCode} |
{@code status} | {@link Placement#status} |
{@code lastModifiedDateTime} | {@link Placement#lastModifiedDateTime} |
public getPlacementsByStatement ( $filterStatement ) : the | ||
return | the | placements that match the given filter |
public performPlacementAction ( $placementAction, $filterStatement ) : the | ||
return | the | result of the action performed |
public updatePlacements ( $placements ) : the | ||
return | the | updated placements |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |