Пример #1
0
 /**
  * Loads the object
  * @param  string   $sha1 The hash of the object to load
  * @return Internal
  */
 public function load($sha1)
 {
     return $this->io->readObject($sha1);
 }