parent
a42d6d9a76
commit
a02851452b
@ -1,11 +0,0 @@
|
||||
<?php
|
||||
interface AdmDispatcher {
|
||||
/*---------------------------
|
||||
The admin dispatcher allows us to perform operations on child nodes.
|
||||
---------------------------*/
|
||||
function insertNode(&$n);
|
||||
function removeNode($id);
|
||||
function updateNode($id,$data);
|
||||
function getNode($id);
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue