# maxbuttons/6.6/classes/groups.php

MaxButtons – Create buttons, version 6.6. 36 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.6/code/classes/groups.php
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.6/raw/classes/groups.php
- Modified: 2015-06-03T16:07:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.6/code/classes/groups.php#L10-L20`.

```php
<?php 
// handler for grouping buttons 

class maxGroups
{

	function __construct()
	{
	
	
	
	}
	
	function set()
	{
	
	
	}
	
	function delete()
	{
	
	
	}
	
	
	function addButtons()
	{
	
	
	}



}

```
