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