Beispiel #1
0
 function __construct($path = NULL)
 {
     parent::__construct($path);
 }
Beispiel #2
0
 function __construct($path = NULL)
 {
     parent::__construct($path ?: __DIR__ . '/proxy_list');
 }