PATH:
home
/
aixploh
/
www
/
wp-content
/
plugins
/
payplug
/
lib
/
libphonenumber
<?php namespace libphonenumber; class DefaultMetadataLoader implements MetadataLoaderInterface { public function loadMetadata($metadataFileName) { return include $metadataFileName; } }
[+]
..
[-] CountryCodeSource.php
[edit]
[-] MetadataSourceInterface.php
[edit]
[-] PhoneNumberType.php
[edit]
[-] ValidationResult.php
[edit]
[-] Matcher.php
[edit]
[-] NumberFormat.php
[edit]
[-] NumberParseException.php
[edit]
[-] PhoneNumberDesc.php
[edit]
[-] CountryCodeToRegionCodeMap.php
[edit]
[-] MatcherAPIInterface.php
[edit]
[-] PhoneMetadata.php
[edit]
[-] MultiFileMetadataSourceImpl.php
[edit]
[+]
data
[-] PhoneNumberUtil.php
[edit]
[-] PhoneNumberFormat.php
[edit]
[-] CountryCodeToRegionCodeMapForTesting.php
[edit]
[-] PhoneNumber.php
[edit]
[-] MetadataLoaderInterface.php
[edit]
[-] RegexBasedMatcher.php
[edit]
[-] DefaultMetadataLoader.php
[edit]