PHP Class Stats, googleads-php-lib

Inheritance: extends CI_Controller
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$clicksDelivered integer
$impressionsDelivered integer
$videoCompletionsDelivered integer
$videoStartsDelivered integer
$viewableImpressionsDelivered integer

Public Methods

Method Description
__construct ( $impressionsDelivered = null, $clicksDelivered = null, $videoCompletionsDelivered = null, $videoStartsDelivered = null )
__construct ( $impressionsDelivered = null, $clicksDelivered = null, $videoCompletionsDelivered = null, $videoStartsDelivered = null, $viewableImpressionsDelivered = 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 ( $impressionsDelivered = null, $clicksDelivered = null, $videoCompletionsDelivered = null, $videoStartsDelivered = null )

__construct() public method

public __construct ( $impressionsDelivered = null, $clicksDelivered = null, $videoCompletionsDelivered = null, $videoStartsDelivered = null, $viewableImpressionsDelivered = 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

$clicksDelivered public property

public int $clicksDelivered
return integer

$impressionsDelivered public property

public int $impressionsDelivered
return integer

$videoCompletionsDelivered public property

public int $videoCompletionsDelivered
return integer

$videoStartsDelivered public property

public int $videoStartsDelivered
return integer

$viewableImpressionsDelivered public property

public int $viewableImpressionsDelivered
return integer