1: <?php
2: /**
3: * QConvertNotation
4: *
5: * Feel free to override any core QConvertNotationBase methods here
6: *
7: * @category QCubed
8: * @package Codegen
9: * @author Qcubed
10: * @copyright
11: * @version 2011
12: * @access public
13: */
14:
15: require(__QCUBED_CORE__ . '/codegen/QConvertNotationBase.class.php');
16:
17: /**
18: * QConvertNotation
19: *
20: * Feel free to override any core QConvertNotationBase methods here
21: *
22: * @category QCubed
23: * @package Codegen
24: * @author Qcubed
25: * @copyright
26: * @access public
27: */
28: abstract class QConvertNotation extends QConvertNotationBase {
29: }