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