コード例 #1
0
ファイル: InMemoryStorage.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function keys()
 {
     return array_keys($this->store->toArray());
 }