* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Intl\ResourceBundle; /** * Gives access to region-related ICU data. * * @author Bernhard Schussek */ interface RegionBundleInterface extends ResourceBundleInterface { /** * Returns the name of a country. * * @param string $country A country code (e.g. "US") * @param string $displayLocale Optional. The locale to return the name in * Defaults to {@link \Locale::getDefault()}. * * @return string|null The name of the country or NULL if not found */ public function getCountryName($country, $displayLocale = null); /** * Returns the names of all known countries. * * @param string $displayLocale Optional. The locale to return the names in * Defaults to {@link \Locale::getDefault()}. * * @return string[] A list of country names indexed by country codes */ public function getCountryNames($displayLocale = null); } __halt_compiler();----SIGNATURE:----f7wPIfV3634oc5jRKT5vSfwx5rjMdxu8+mtcha6Qc/AK/irIIhZ0sG6bPbfviLKj9rhqpzYVmqlmvhgXcTBc7p7uktdvnO4o8LLZJyoLLzRnaCqDuRs9qvfHt88QXmWq+SiO1b+/BvPw11qZ3klvrhdAKiSfpvjch5xlyNie6/c40/iZyw6u5dd0not8Ol9A0TbV7BKVAE0UlFNuLLlpdyeebM6TsvhxS/b9b0DSbJ5jVHO/a9sqcJewOBHNKy4cptRu5zKMzonArnxM6J2cPlaQnwE6KrliRiJ+g7E2glyv6u1GAIX3sXtfeYC9U0snzt1izeFCh4chDGb13JNEQmY+xS1F+ztae/1ZgYnzN+TPZi41tkkGNxeG8J22S/aqXbu7F8G/qix8FCaBmDESg3LbE5KpoJnT/dQ2upVNqWWPLfMgsHKbs4jEaXbX83ZJIuM8o/UBOcW36Jp//ZJwIKQuM33Reb+snjSb8xa8CnUTB16FGrM4Qv/EwKjjzWvOdX1m40RVUho9lZ3Nr2cupJAzDxh27dX7dCvw2BoklK6beD9W14w3hWCyFFHsNSb6XwvE6RAUy3q9S6+YOPWreQ5/WOoazzjC/4wT1Y6i1hCLciysNPSBBOG6FhXoZSi/FRcs9q/FTsms3bG6JuF95MErIaZGuWt39q9r4Z8PT4M=----ATTACHMENT:----NTU3MzI1NDQ0MDY0NjkyNiA3MDg2NzAyNjE3MDcxMDQyIDY2MDMzMjk5MTM1Mjg1Mzg=