1: <?php
2: /**
3: * This file contains the QTabs class
4: *
5: * Put your customizations of the standard behavior here.
6: *
7: * @package Controls
8: */
9:
10: /**
11: * QTabs is the PHP wrapper for JQueryUI Tabs control
12: */
13: class QTabs extends QTabsBase
14: {
15: }