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