Beispiel #1
0
 public static function get()
 {
     $str = \avs\Globals::get("torrentvalues", '');
     return Torrent::fromJSON($str);
 }