public function isExtensionSupported($extensionName) { $list = $this->listExtensions(); return isset($list[(string) $extensionName]); }