상업투자 구현 중

This commit is contained in:
2018-09-13 01:43:44 +09:00
parent 981e42c5a9
commit b106fa55d3
4 changed files with 169 additions and 9 deletions
+4
View File
@@ -9,6 +9,10 @@ trait LazyVarUpdater{
return $this->raw;
}
function getVar(string $key){
return $this->raw[$key];
}
function updateVar(string $key, $value){
if($this->raw[$key] === $value){
return;