コード例 #1
0
 /**
  * Returns all elements in stored as array
  *
  * @return array of all stored elements
  */
 public function getAll()
 {
     return $this->storage->getAll();
 }