Пример #1
0
 /**
  * @param IDictionary $items
  */
 public function extend(IDictionary $items)
 {
     foreach ($items->getItems() as $key => $value) {
         $this->set($key, $value);
     }
 }