Example #1
0
 public function getAll()
 {
     $driver = new Driver();
     return $driver->getAll();
 }