예제 #1
0
 public function merge($Id = array())
 {
     if (is_array($this->Id)) {
         avail::$config = array_merge(avail::$config, $this->Id, $Id);
     }
 }