PHP Class CustomField, googleads-php-lib

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

Public Properties

Property Type Description
$dataType tnsCustomFieldDataType
$description string
$entityType tnsCustomFieldEntityType
$id integer
$isActive boolean
$name string
$visibility tnsCustomFieldVisibility

Public Methods

Method Description
__construct ( $id = null, $name = null, $description = null, $isActive = null, $entityType = null, $dataType = null, $visibility = 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 ( $id = null, $name = null, $description = null, $isActive = null, $entityType = null, $dataType = null, $visibility = 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

$dataType public property

public tnsCustomFieldDataType $dataType
return tnsCustomFieldDataType

$description public property

public string $description
return string

$entityType public property

public tnsCustomFieldEntityType $entityType
return tnsCustomFieldEntityType

$id public property

public int $id
return integer

$isActive public property

public bool $isActive
return boolean

$name public property

public string $name
return string

$visibility public property

public tnsCustomFieldVisibility $visibility
return tnsCustomFieldVisibility