예제 #1
0
파일: ArrayOk.php 프로젝트: jlem/arrayok
 protected function replace(array $withThese)
 {
     return $this->update(Proxy::replace($this->items, $withThese));
 }