????

Your IP : 3.21.158.246


Current Path : /home/thenclexdoctor.com/.trash/vendor/torann/geoip/src/Contracts/
Upload File :
Current File : /home/thenclexdoctor.com/.trash/vendor/torann/geoip/src/Contracts/ServiceInterface.php

<?php

namespace Torann\GeoIP\Contracts;

interface ServiceInterface
{
    /**
     * The "booting" method of the service.
     *
     * @return void
     */
    public function boot();

    /**
     * Determine a location based off of
     * the provided IP address.
     *
     * @param string $ip
     *
     * @return \Torann\GeoIP\Location
     */
    public function locate($ip);

    /**
     * Create a location instance from the provided attributes.
     *
     * @param array $attributes
     *
     * @return \Torann\GeoIP\Location
     */
    public function hydrate(array $attributes = []);

    /**
     * Get configuration value.
     *
     * @param string $key
     * @param mixed  $default
     *
     * @return mixed
     */
    public function config($key, $default = null);
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...