AdWordsCampaignStatus
extends BoolType
in package
Class AdWordsCampaignStatus
Represents the status of an AdWords campaign.
Table of Contents
- $value : bool
- Instance Value
- __construct() : mixed
- Class Constructor
- active() : bool
- Returns the current state of the campaign status.
- asBool() : bool
- Get the instance value as bool.
Properties
$value
Instance Value
protected
bool
$value
Methods
__construct()
Class Constructor
public
__construct(bool $p_value) : mixed
Parameters
- $p_value : bool
Tags
Return values
mixed —active()
Returns the current state of the campaign status.
public
active() : bool
Return values
bool —asBool()
Get the instance value as bool.
public
asBool() : bool