Documentation

Mobi_Mtld_DA_PropertyName
in package

Contains a property name and the expected data type of values associated with this name.

Tags
copyright

Copyright (c) DeviceAtlas Limited 2021. All Rights Reserved. https://deviceatlas.com

author

DeviceAtlas Limited

Table of Contents

$dataTypeId  : mixed
$name  : mixed
__construct()  : mixed
Create a new PropertyName with a name and the expected data type of value assigned to it.
__toString()  : mixed
Returns a string to present this object.
equals()  : bool
Compare two instances of this class.
getDataType()  : string
Get the data type name for values associated with this Property name.
getDataTypeId()  : int
Get the data type ID for values associated with this Property name.
getName()  : string
Get the name of this PropertyName.
toString()  : string
Returns a string to present this object.

Properties

Methods

__construct()

Create a new PropertyName with a name and the expected data type of value assigned to it.

public __construct(mixed $name, mixed $dataTypeId) : mixed
Parameters
$name : mixed
$dataTypeId : mixed
Return values
mixed

__toString()

Returns a string to present this object.

public __toString() : mixed
Return values
mixed

equals()

Compare two instances of this class.

public equals(mixed $obj) : bool

If both have equal values and data type then returns true.

Parameters
$obj : mixed
Return values
bool

true=equals

getDataType()

Get the data type name for values associated with this Property name.

public getDataType() : string
Return values
string

The name of the data type

getDataTypeId()

Get the data type ID for values associated with this Property name.

public getDataTypeId() : int
Return values
int

The ID of the data type

getName()

Get the name of this PropertyName.

public getName() : string
Return values
string

The name of the PropertyName

toString()

Returns a string to present this object.

public toString() : string
Return values
string

(data type)

Search results