Table of Contents
Properties
-
$dbmsTable
: mixed
-
$dbName
: mixed
-
$tableName
: mixed
Methods
-
__construct()
: mixed
-
cleanse()
: mixed
-
createNode()
: mixed
-
exists()
: mixed
-
getAttributes()
: mixed
-
getChildNodes()
: mixed
-
getDataList()
: mixed
-
getDBName()
: mixed
-
getIdByAttribute()
: mixed
-
getIdListByAttribute()
: mixed
-
getNamespaceList()
: mixed
-
getNode()
: mixed
-
getNodeByType()
: mixed
-
getNodeListByParent()
: mixed
-
getNodeListByType()
: mixed
-
getTableName()
: mixed
-
init()
: mixed
-
serialize()
: mixed
-
unserialize()
: mixed
-
updateNodeParent()
: mixed
-
updateNodeValue()
: mixed
-
cast()
: mixed
-
castList()
: mixed
-
install()
: mixed
$dbmsTable
protected
mixed
$dbmsTable
$dbName
protected
mixed
$dbName
$tableName
protected
mixed
$tableName
__construct()
public
__construct(mixed $dbName, mixed $tableName) : mixed
Parameters
-
$dbName
: mixed
-
-
$tableName
: mixed
-
cleanse()
public
cleanse(mixed $documentId) : mixed
Parameters
-
$documentId
: mixed
-
createNode()
public
createNode(mixed $type, mixed $ns, mixed $name, mixed $value, mixed $parentId) : mixed
Parameters
-
$type
: mixed
-
-
$ns
: mixed
-
-
$name
: mixed
-
-
$value
: mixed
-
-
$parentId
: mixed
-
exists()
public
exists() : mixed
getAttributes()
public
getAttributes(mixed $parentId) : mixed
Parameters
-
$parentId
: mixed
-
getChildNodes()
public
getChildNodes(mixed $parentId) : mixed
Parameters
-
$parentId
: mixed
-
getDataList()
public
getDataList() : mixed
getDBName()
public
getDBName() : mixed
getIdByAttribute()
public
getIdByAttribute(mixed $attrValue, array<string|int, mixed> $attrIdList) : mixed
Parameters
-
$attrValue
: mixed
-
-
$attrIdList
: array<string|int, mixed>
-
getIdListByAttribute()
public
getIdListByAttribute(mixed $attrValue, array<string|int, mixed> $attrIdList) : mixed
Parameters
-
$attrValue
: mixed
-
-
$attrIdList
: array<string|int, mixed>
-
getNamespaceList()
public
getNamespaceList() : mixed
getNode()
public
getNode(mixed $id) : mixed
Parameters
-
$id
: mixed
-
getNodeByType()
public
getNodeByType(mixed $type) : mixed
Parameters
-
$type
: mixed
-
getNodeListByParent()
public
getNodeListByParent(mixed $parentId) : mixed
Parameters
-
$parentId
: mixed
-
getNodeListByType()
public
getNodeListByType(mixed $type) : mixed
Parameters
-
$type
: mixed
-
getTableName()
public
getTableName() : mixed
init()
public
init() : mixed
serialize()
public
serialize() : mixed
unserialize()
public
unserialize(mixed $data) : mixed
Parameters
-
$data
: mixed
-
updateNodeParent()
public
updateNodeParent(Node $node, mixed $parentId) : mixed
Parameters
-
$node
: Node
-
-
$parentId
: mixed
-
updateNodeValue()
public
updateNodeValue(Node $node, mixed $value) : mixed
Parameters
-
$node
: Node
-
-
$value
: mixed
-
cast()
protected
cast(array<string|int, mixed> &$data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
castList()
protected
castList(array<string|int, mixed> &$dataList) : mixed
Parameters
-
$dataList
: array<string|int, mixed>
-
install()
protected
install() : mixed