Remoto - VFS
|
All nodes in VFS must be a subclass of VFS_node. The base VFS_node class only acts as a child and/or parent in the VFS tree, with the ability to subscribe or submit to other nodes in the tree.
Nodes will want to override the methods described in Commands.
Plugins provide a bundle of possible nodes to the VFS. The VFS_node_interface is the base class for all plugins.
FIXME: explain plugins and commands
FIXME: add form fields here