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