PHP Class Placement, googleads-php-lib

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

Public Properties

Property Type Description
$adSenseTargetingLocale string
$description string
$id integer
$isAdSenseTargetingEnabled boolean
$lastModifiedDateTime DateTime
$name string
$placementCode string
$status tnsInventoryStatus
$targetedAdUnitIds string[]
$url string

Public Methods

Method Description
__construct ( $url = null, $id = null, $type = null, $CriterionType = null )
__construct ( $id = null, $name = null, $description = null, $placementCode = null, $status = null, $isAdSenseTargetingEnabled = null, $adSenseTargetingLocale = null, $targetedAdUnitIds = null, $lastModifiedDateTime = null, $targetingDescription = null, $targetingSiteName = null, $targetingAdLocation = 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 ( $url = null, $id = null, $type = null, $CriterionType = null )

__construct() public method

public __construct ( $id = null, $name = null, $description = null, $placementCode = null, $status = null, $isAdSenseTargetingEnabled = null, $adSenseTargetingLocale = null, $targetedAdUnitIds = null, $lastModifiedDateTime = null, $targetingDescription = null, $targetingSiteName = null, $targetingAdLocation = 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

$adSenseTargetingLocale public property

public string $adSenseTargetingLocale
return string

$description public property

public string $description
return string

$id public property

public int $id
return integer

$isAdSenseTargetingEnabled public property

public bool $isAdSenseTargetingEnabled
return boolean

$lastModifiedDateTime public property

public DateTime $lastModifiedDateTime
return DateTime

$name public property

public string $name
return string

$placementCode public property

public string $placementCode
return string

$status public property

public tnsInventoryStatus $status
return tnsInventoryStatus

$targetedAdUnitIds public property

public string[] $targetedAdUnitIds
return string[]

$url public property

public string $url
return string