public static function castZendExtension(\ReflectionZendExtension $c, array $a, Stub $stub, bool $isNested) : array { self::addMap($a, $c, [ 'version' => 'getVersion', 'author' => 'getAuthor', 'copyright' => 'getCopyright', 'url' => 'getURL', ]); return $a; }