DefaultProfile::getEndpoints PHP Method

getEndpoints() public static method

public static getEndpoints ( )
    public static function getEndpoints()
    {
        if (null == self::$endpoints) {
            self::$endpoints = EndpointProvider::getEndpoints();
        }
        return self::$endpoints;
    }