PHP Class NetworkSetting, googleads-php-lib

Inheritance: extends AppModel
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$targetContentNetwork boolean
$targetGoogleSearch boolean
$targetPartnerSearchNetwork boolean
$targetSearchNetwork boolean

Méthodes publiques

Méthode Description
__construct ( $targetGoogleSearch = null, $targetSearchNetwork = null, $targetContentNetwork = null, $targetPartnerSearchNetwork = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $targetGoogleSearch = null, $targetSearchNetwork = null, $targetContentNetwork = null, $targetPartnerSearchNetwork = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$targetContentNetwork public_oe property

public bool $targetContentNetwork
Résultat boolean

$targetGoogleSearch public_oe property

public bool $targetGoogleSearch
Résultat boolean

$targetPartnerSearchNetwork public_oe property

public bool $targetPartnerSearchNetwork
Résultat boolean

$targetSearchNetwork public_oe property

public bool $targetSearchNetwork
Résultat boolean