PHP Class UserTeamAssociationService, googleads-php-lib

Inheritance: extends DfpSoapClient
Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Public Methods

Method Description
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
createUserTeamAssociations ( $userTeamAssociations ) : the Creates new {@link UserTeamAssociation} objects.
getUserTeamAssociationsByStatement ( $filterStatement ) : the Gets a {@link UserTeamAssociationPage} of {@link UserTeamAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performUserTeamAssociationAction ( $userTeamAssociationAction, $statement ) : the Performs actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.
updateUserTeamAssociations ( $userTeamAssociations ) : the Updates the specified {@link UserTeamAssociation} objects.

Method Details

__construct() public method

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

createUserTeamAssociations() public method

Creates new {@link UserTeamAssociation} objects.
public createUserTeamAssociations ( $userTeamAssociations ) : the
return the created user team associations with their IDs filled in

getUserTeamAssociationsByStatement() public method

PQL Property Object Property
{@code userId} {@link UserTeamAssociation#userId}
{@code teamId} {@link UserTeamAssociation#teamId}
public getUserTeamAssociationsByStatement ( $filterStatement ) : the
return the user team associations that match the given filter

performUserTeamAssociationAction() public method

Performs actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.
public performUserTeamAssociationAction ( $userTeamAssociationAction, $statement ) : the
return the result of the action performed

updateUserTeamAssociations() public method

Updates the specified {@link UserTeamAssociation} objects.
public updateUserTeamAssociations ( $userTeamAssociations ) : the
return the updated user team associations

Property Details

$classmap public static property

Default class map for wsdl=>php
public static array $classmap
return array

$endpoint public static property

The endpoint of the service
public static string $endpoint
return string