The purpose of this class is to handle elements on our structure for being able to store nodes correctly.
Located in /elementHandlerClass.php (line 58)
Constructor
Function that deletes the element named $name and type $type
This function checks if an element exists. It works with type-id.
(to search an element with name, use getId($name,$type)!=-1)
This function returns the internal ID of an element with name and type.
This function returns the name of an element on the table.
This function returns the names of the elements of a type like $typename
This function insert an element into the element table.
This function renames an element.
It checks if the new name is correct and doesn't exists another element with same type and same name.
Documentation generated by phpDocumentor 1.4.3
Modified by Sergio Barja for S2 - Hierarchical Data Model documentation.