PHP Class AdSenseSettings, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$adSenseEnabled boolean
$adType tnsAdSenseSettingsAdType
$afcFormats Size_StringMapEntry[]
$backgroundColor string
$borderColor string
$borderStyle tnsAdSenseSettingsBorderStyle
$fontFamily tnsAdSenseSettingsFontFamily
$fontSize tnsAdSenseSettingsFontSize
$textColor string
$titleColor string
$urlColor string

Public Methods

Method Description
__construct ( $adSenseEnabled = null, $borderColor = null, $titleColor = null, $backgroundColor = null, $textColor = null, $urlColor = null, $adType = null, $borderStyle = null, $fontFamily = null, $fontSize = null )
__construct ( $adSenseEnabled = null, $borderColor = null, $titleColor = null, $backgroundColor = null, $textColor = null, $urlColor = null, $adType = null, $borderStyle = null, $fontFamily = null, $fontSize = null, $afcFormats = 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 ( $adSenseEnabled = null, $borderColor = null, $titleColor = null, $backgroundColor = null, $textColor = null, $urlColor = null, $adType = null, $borderStyle = null, $fontFamily = null, $fontSize = null )

__construct() public method

public __construct ( $adSenseEnabled = null, $borderColor = null, $titleColor = null, $backgroundColor = null, $textColor = null, $urlColor = null, $adType = null, $borderStyle = null, $fontFamily = null, $fontSize = null, $afcFormats = 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

$adSenseEnabled public_oe property

public bool $adSenseEnabled
return boolean

$adType public_oe property

public tnsAdSenseSettingsAdType $adType
return tnsAdSenseSettingsAdType

$afcFormats public_oe property

public Size_StringMapEntry[] $afcFormats
return Size_StringMapEntry[]

$backgroundColor public_oe property

public string $backgroundColor
return string

$borderColor public_oe property

public string $borderColor
return string

$borderStyle public_oe property

public tnsAdSenseSettingsBorderStyle $borderStyle
return tnsAdSenseSettingsBorderStyle

$fontFamily public_oe property

public tnsAdSenseSettingsFontFamily $fontFamily
return tnsAdSenseSettingsFontFamily

$fontSize public_oe property

public tnsAdSenseSettingsFontSize $fontSize
return tnsAdSenseSettingsFontSize

$textColor public_oe property

public string $textColor
return string

$titleColor public_oe property

public string $titleColor
return string

$urlColor public_oe property

public string $urlColor
return string