1: <?php
2: /**
3: * QAccordion
4: *
5: * Put your customizations of the standard behavior here.
6: *
7: * @package Controls
8: * @filesource
9: */
10:
11: /**
12: * Creates the jQuery Accordian control
13: *
14: * It extends the QAccordionBase class. When writing your code, use this class instead of QAccordianBase.
15: * This class is intended to be modified by the developer to add functions and alter the already present functions.
16: * @package Controls
17: */
18: class QAccordion extends QAccordionBase
19: {
20: }