PHP Class MobileDevice, googleads-php-lib

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

Public Properties

Property Type Description
$deviceName string
$deviceType tnsMobileDeviceDeviceType
$manufacturerCriterionId integer
$manufacturerName string
$operatingSystemName string

Public Methods

Method Description
__construct ( $manufacturerCriterionId = null, $id = null, $name = null )
__construct ( $deviceName = null, $manufacturerName = null, $deviceType = null, $operatingSystemName = null, $id = null, $type = null, $CriterionType = 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 ( $manufacturerCriterionId = null, $id = null, $name = null )

__construct() public method

public __construct ( $deviceName = null, $manufacturerName = null, $deviceType = null, $operatingSystemName = null, $id = null, $type = null, $CriterionType = 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

$deviceName public property

public string $deviceName
return string

$deviceType public property

public tnsMobileDeviceDeviceType $deviceType
return tnsMobileDeviceDeviceType

$manufacturerCriterionId public property

public int $manufacturerCriterionId
return integer

$manufacturerName public property

public string $manufacturerName
return string

$operatingSystemName public property

public string $operatingSystemName
return string