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