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