?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_checkout/vendor/giggsey/libphonenumber-for-php/src/



?? Go up: /home/webdevt/prestashop17/modules/ps_checkout/vendor/giggsey/libphonenumber-for-php

?? Viewing: MetadataLoaderInterface.php

<?php

namespace libphonenumber;

interface MetadataLoaderInterface
{
    /**
     * @param string $metadataFileName File name (including path) of metadata to load.
     * @return mixed
     */
    public function loadMetadata($metadataFileName);
}


??

??