mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1651 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd689e83da
commit
08b801f1e7
8 changed files with 35 additions and 31 deletions
|
|
@ -98,6 +98,11 @@
|
|||
return $this->variables;
|
||||
}
|
||||
|
||||
function getObjectVars() {
|
||||
foreach($this->variables as $key => $val) $output->{$key} = $val;
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief error값이 0이 아니면 오류
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue