Skip to content

Instantly share code, notes, and snippets.

<?php
namespace UniFi_API;
class Client
{
const CLASS_VERSION = '1.1.80';
protected $baseurl = 'https://127.0.0.1:8443';
protected $user = '';
protected $password = '';
@kishu27
kishu27 / RoundedQuickContactBadge
Created April 25, 2014 08:18
Just a quick and dirty method to get a rounded QuickContactBadge
/**
* A rounded version of {@link QuickContactBadge]
* @author kishu27 (http://linkd.in/1laN852)
*
*/
public class RoundedQuickContactBadge extends QuickContactBadge {
/**
* This path is used to mask out the outer edges of a circle on this View
*/