Пример #1
0
 /**
  * Returns the number of objects in this storage.
  *
  * This method is part of the Countable interface.
  *
  * @return integer
  */
 public function count()
 {
     return $this->storage->count();
 }