%PDF- %PDF-
| Direktori : /www/varak.net/wiki.varak.net/extensions/MobileFrontend/includes/ |
| Current File : //www/varak.net/wiki.varak.net/extensions/MobileFrontend/includes/BaseDomainExtractorInterface.php |
<?php
namespace MobileFrontend;
/**
* Helper for operations on domain names
*
* Interface DomainExtractorInterface
*/
interface BaseDomainExtractorInterface {
/**
* Try to extract the base domain from $server
* Returns $server if no base domain is found.
*
* @param string $server URL
* @return string Hostname
*/
public function getCookieDomain( $server );
}