This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace UniFi_API; | |
class Client | |
{ | |
const CLASS_VERSION = '1.1.80'; | |
protected $baseurl = 'https://127.0.0.1:8443'; | |
protected $user = ''; | |
protected $password = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 | |
*/ |