1: <?php
2: /**
3: * QHtmlAttributeManager
4: *
5: * The attribute manager gives you a general purpose way to set html attributes and css properties. This file
6: * lets you create your own customizations of the core version of the file.
7: *
8: * @package Controls
9: * @filesource
10: */
11:
12: class QHtmlAttributeManager extends QHtmlAttributeManagerBase
13: {
14: }
15: