示例#1
0
文件: ArrayOk.php 项目: jlem/arrayok
 protected function replace(array $withThese)
 {
     return $this->update(Proxy::replace($this->items, $withThese));
 }