Пример #1
0
 /**
  *
  * @param string $url       The root url 
  */
 function __construct($url)
 {
     $name = md5($url);
     parent::__construct($name, null);
     $this->url = $url;
 }
Пример #2
0
 function __construct()
 {
     parent::__construct('download', null);
 }