\CloudonixDatamodel

Generic Cloudonix Data Model CRUD (Access) Interface

Interface Datamodel

Summary

Methods
Constants
create()
update()
get()
delete()
createApikey()
updateApikey()
deleteApikey()
getApikeys()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

create()

create(  $object) : mixed

Create an object in the data model

Parameters

$object

Returns

mixed

update()

update(  $object) : mixed

Update an object in the data model

Parameters

$object

Returns

mixed

get()

get(  $object) : mixed

Get an object from the data model

Parameters

$object

Returns

mixed

delete()

delete(  $object) : mixed

Delete an object from the data model

Parameters

$object

Returns

mixed

createApikey()

createApikey(  $object) : mixed

Create a new API key in the data model

Parameters

$object

Returns

mixed

updateApikey()

updateApikey(  $object) : mixed

Update an existing API key object in the data model

Parameters

$object

Returns

mixed

deleteApikey()

deleteApikey(  $object) : mixed

Delete an existing API key object from the data model

Parameters

$object

Returns

mixed

getApikeys()

getApikeys(  $object) : mixed

Get a list of currently available API keys in the data model

Parameters

$object

Returns

mixed