Example #1
0
 function offsetGet($name)
 {
     return so_module::make($this->dir->go($name));
 }
Example #2
0
 function target_store($data)
 {
     return so_module::make($data);
 }
Example #3
0
 function module_make()
 {
     return so_module::make($this->file->parent);
 }