コード例 #1
0
ファイル: Dictionary.php プロジェクト: sinergi/dictionary
 /**
  * @param Dictionary $items
  *
  * @return array
  */
 public function merge(Dictionary $items)
 {
     return array_merge($this->items, $items->toArray());
 }