PHP Class Activity, googleads-php-lib

To change this template file, choose Tools | Templates and open the template in the editor.
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$activityGroupId integer
$expectedURL string
$id integer
$name string
$status tnsActivityStatus
$type tnsActivityType

Public Methods

Method Description
__construct ( $id = null, $activityGroupId = null, $name = null, $expectedURL = null, $status = null, $type = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $activityGroupId = null, $name = null, $expectedURL = null, $status = null, $type = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$activityGroupId public property

public int $activityGroupId
return integer

$expectedURL public property

public string $expectedURL
return string

$id public property

public int $id
return integer

$name public property

public string $name
return string

$status public property

public tnsActivityStatus $status
return tnsActivityStatus

$type public property

public tnsActivityType $type
return tnsActivityType