diff options
Diffstat (limited to 'framework/Collections/TPagedListFetchDataEventParameter.php')
-rw-r--r-- | framework/Collections/TPagedListFetchDataEventParameter.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Collections/TPagedListFetchDataEventParameter.php b/framework/Collections/TPagedListFetchDataEventParameter.php index ea91f775..a805ab87 100644 --- a/framework/Collections/TPagedListFetchDataEventParameter.php +++ b/framework/Collections/TPagedListFetchDataEventParameter.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Collections + * @package Prado\Collections */ +namespace Prado\Collections; + /** * TPagedListFetchDataEventParameter class. * @@ -21,7 +23,7 @@ * Newly fetched data should be saved in {@link setData Data} property. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Collections + * @package Prado\Collections * @since 3.0 */ class TPagedListFetchDataEventParameter extends TEventParameter |