1: <?php
2: /* This file contains the QListItemStyle class.
3: *
4: * @package Controls
5: */
6:
7: /**
8: * This defines the style for an Item for a QListControl, which is the base for many different list types.
9: *
10: * @package Controls
11: * @property string $OrderedListType type for ordered lists. Expects a QOrderedListType.
12: */
13: class QListItemStyle extends QTagStyler {
14:
15: }