diff options
Diffstat (limited to 'framework/TEventParameter.php')
-rw-r--r-- | framework/TEventParameter.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/framework/TEventParameter.php b/framework/TEventParameter.php new file mode 100644 index 00000000..8ad896b3 --- /dev/null +++ b/framework/TEventParameter.php @@ -0,0 +1,26 @@ +<?php +/** + * TComponent, TPropertyValue classes + * + * @author Qiang Xue <qiang.xue@gmail.com> + * + * Global Events, intra-object events, Class behaviors, expanded behaviors + * @author Brad Anderson <javalizard@mac.com> + * + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System + */ + +/** + * TEventParameter class. + * TEventParameter is the base class for all event parameter classes. + * + * @author Qiang Xue <qiang.xue@gmail.com> + * @package System + * @since 3.0 + */ +class TEventParameter extends TComponent +{ +}
\ No newline at end of file |