'Video', 'audio' => 'Audio', ]; const RATIOS = [ '1.777' => '16:9', '1.333' => '4:3', '2' => '2:1', ]; public function getConfig() { return include __DIR__ . '/config/module.config.php'; } }