Jeedom Core

dataStore
in package

Table of Contents

Properties

$_changed  : mixed
$id  : mixed
$key  : mixed
$link_id  : mixed
$type  : mixed
$value  : mixed

Methods

byId()  : mixed
byTypeLinkId()  : mixed
byTypeLinkIdKey()  : dataStore
getChanged()  : mixed
getId()  : mixed
getKey()  : mixed
getLink_id()  : mixed
getLinkData()  : mixed
getType()  : mixed
getUsedBy()  : mixed
getValue()  : mixed
postSave()  : mixed
preSave()  : mixed
remove()  : mixed
removeByTypeLinkId()  : mixed
save()  : mixed
setChanged()  : mixed
setId()  : mixed
setKey()  : mixed
setLink_id()  : mixed
setType()  : mixed
setValue()  : mixed

Properties

Methods

byId()

public static byId(mixed $_id) : mixed
Parameters
$_id : mixed

byTypeLinkId()

public static byTypeLinkId(mixed $_type[, mixed $_link_id = '' ]) : mixed
Parameters
$_type : mixed
$_link_id : mixed = ''

byTypeLinkIdKey()

public static byTypeLinkIdKey(string $_type, string $_link_id, string $_key) : dataStore
Parameters
$_type : string
$_link_id : string
$_key : string
Return values
dataStore

getLinkData()

public getLinkData([mixed &$_data = array('node' => array(), 'link' => array()) ][, mixed $_level = 0 ][, mixed $_drill = null ]) : mixed
Parameters
$_data : mixed = array('node' => array(), 'link' => array())
$_level : mixed = 0
$_drill : mixed = null

getUsedBy()

public getUsedBy([mixed $_array = false ]) : mixed
Parameters
$_array : mixed = false

getValue()

public getValue([mixed $_default = '' ]) : mixed
Parameters
$_default : mixed = ''

removeByTypeLinkId()

public static removeByTypeLinkId(mixed $_type, mixed $_link_id) : mixed
Parameters
$_type : mixed
$_link_id : mixed

setChanged()

public setChanged(mixed $_changed) : mixed
Parameters
$_changed : mixed

setKey()

public setKey(mixed $_key) : mixed
Parameters
$_key : mixed
public setLink_id(mixed $_link_id) : mixed
Parameters
$_link_id : mixed

setType()

public setType(mixed $_type) : mixed
Parameters
$_type : mixed

setValue()

public setValue(mixed $_value) : mixed
Parameters
$_value : mixed

        
On this page

Search results