Provider powiedzial zeby uzyc tej klasy

Co musze dokladnie wpisać?
<?php class downloader { var $tempFolder; function __destruct () { foreach ($this->tempFiles as $file) { } } function __construct ($temp) { $this->tempFolder = $temp; } function get ($url) { )); $ch = curl_init($url); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_exec($ch); curl_close($ch); return $this->tempFiles[0]['temp']; } function read ($index = 0) { } function readArray ($index = 0) { } function listFiles () { return $this->tempFiles; } function save ($path, $index = 0) { } } $d = new downloader('/home/<username>/<temp folder>'); ?>