'25 %', '50' => '50 %', '75' => '75 %', '100' => '100 %', ]; const ZOOM_TYPE = [ '' => '', 'zoom' => 'Touch / grab', 'wheelzoom' => 'Deep zooming', ]; public function getConfig() { return include __DIR__ . '/config/module.config.php'; } }