예제 #1
0
파일: install.php 프로젝트: vazahat/dudex
 public function processData($data)
 {
     foreach ($data as $name => $value) {
         INSTALL::getStorage()->set($name, $value);
     }
 }