\Radar\Connect\EntityEntity

Summary

Methods
Properties
Constants
className()
__construct()
set()
apiUri()
getUuid()
getVuuid()
getInternalId()
getInternalVid()
$drupalId
$drupalVersionId
$uuid
$vuuid
$type
No constants found
No protected methods found
$apiUri
$apiBase
N/A
No private methods found
No private properties found
N/A

Properties

$drupalId

$drupalId : 

Type

$drupalVersionId

$drupalVersionId : 

Type

$uuid

$uuid : 

Type

$vuuid

$vuuid : 

Type

$type

$type : 

Type

$apiUri

$apiUri : 

Type

$apiBase

$apiBase : 

Type

Methods

className()

className(  $type) 

TODO move this to the controller Connect class.

Parameters

$type

__construct()

__construct(  $data = array()) 

Parameters

$data

set()

set(array  $data) 

Set data for entity.

Parameters

array $data

apiUri()

apiUri() : string

Return the API URI for this entity.

Returns

string

getUuid()

getUuid() : string|null

Return the UUID for the entity.

Returns

string|null

getVuuid()

getVuuid() : string|null

Return the Version UUID for the entity.

Returns

string|null

getInternalId()

getInternalId() : integer|null

Return the Drupal internal ID for the entity.

Returns

integer|null

getInternalVid()

getInternalVid() : integer|null

Return the Drupal internal version ID for the entity.

Returns

integer|null