Example #1
0
 /**
  * @param IDictionary $items
  */
 public function extend(IDictionary $items)
 {
     foreach ($items->getItems() as $key => $value) {
         $this->set($key, $value);
     }
 }
 public function shutdown(Bar $bar, IDictionary $shared)
 {
     $this->shutdown = $bar;
     $this->status = $shared->get('status');
 }
Example #3
0
 public function shutdown(IDictionary $shared)
 {
     $this->status = $shared->get('status');
 }