AdWordsCampaignId
extends IntType
in package
Class AdWordsCampaignId
Represents the id of an AdWords campaign.
Table of Contents
- $value : int
- Instance Value
- __construct() : mixed
- Class Constructor
- asInt() : int
- Get the instance value as int.
- id() : int
- Returns the id value.
Properties
$value
Instance Value
protected
int
$value
Methods
__construct()
Class Constructor
public
__construct(int $p_value) : mixed
Parameters
- $p_value : int
Tags
Return values
mixed —asInt()
Get the instance value as int.
public
asInt() : int
Return values
int —id()
Returns the id value.
public
id() : int