git-svn-id: http://xe-core.googlecode.com/svn/trunk@1651 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-19 04:17:07 +00:00
parent bd689e83da
commit 08b801f1e7
8 changed files with 35 additions and 31 deletions

View file

@ -98,6 +98,11 @@
return $this->variables;
}
function getObjectVars() {
foreach($this->variables as $key => $val) $output->{$key} = $val;
return $output;
}
/**
* @brief error값이 0 아니면 오류
**/