Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct(__DIR__ . '/../../../res/throwaway_domains.txt');
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param string $path;
  * @param string $url;
  * @param string $wrapper;
  */
 public function __construct($path, $url = '', $wrapper = 'Pagekit\\Filesystem\\StreamWrapper')
 {
     parent::__construct($path, $url);
     $this->wrapper = $wrapper;
 }