コード例 #1
0
ファイル: ArrayOk.php プロジェクト: jlem/arrayok
 protected function cut(array $withThese)
 {
     return $this->update(Proxy::cut($this->items, $withThese));
 }