Exemplo n.º 1
0
 public function __construct(\Maphper\Maphper $maphper, $filePath, $sort = null)
 {
     $this->filePath = $filePath;
     parent::__construct($maphper, $sort);
 }