예제 #1
0
 /**
  * see http://php.net/manual/en/function.file_get_contents.php
  *
  * @param string $path
  * @return string
  */
 public function file_get_contents($path)
 {
     return $this->storage->file_get_contents($path);
 }