Exemplo n.º 1
0
 public static function fetch($url)
 {
     $rest = new Rest();
     return $rest->file_get($url);
 }