public function getFileName() { return parent::getFileName(); }
function __construct($path = NULL) { parent::__construct($path ?: __DIR__ . '/proxy_list'); }