Fixed issue #74
This commit is contained in:
parent
1c7a725a08
commit
265c3ec422
@ -399,6 +399,46 @@ var $comment = null;
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// NodeSettings
|
||||||
|
//
|
||||||
|
|
||||||
|
/**
|
||||||
|
* __insertNodeSettings : methode apres ajout d'un nodesettings
|
||||||
|
* @abstract
|
||||||
|
* @access public
|
||||||
|
* @param object NodeSettings
|
||||||
|
* @return booleen
|
||||||
|
*/
|
||||||
|
function __insertNodeSettings($Node)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* __updateNodeSettings : methode apres modification d'un nodesettings
|
||||||
|
* @abstract
|
||||||
|
* @access public
|
||||||
|
* @param object NodeSettings
|
||||||
|
* @return booleen
|
||||||
|
*/
|
||||||
|
function __updateNodeSettings($Node)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* __deleteNodeSettings : methode avant suppression d'un nosesettings
|
||||||
|
* @abstract
|
||||||
|
* @access public
|
||||||
|
* @param object NodeSettings
|
||||||
|
* @return booleen
|
||||||
|
*/
|
||||||
|
function __deleteNodeSettings($Node)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Language
|
// Language
|
||||||
|
Loading…
x
Reference in New Issue
Block a user