| 123456789101112131415161718192021222324 |
- <?php
- /*
- * This file is part of MODX Revolution.
- *
- * Copyright (c) MODX, LLC. All Rights Reserved.
- *
- * For complete copyright and license information, see the COPYRIGHT and LICENSE
- * files found in the top-level directory of this distribution.
- */
- /**
- * A placement of a widget on a dashboard.
- *
- * @property int $widget
- * @property int $dashboard
- * @property int $rank
- *
- * @property modDashboardWidget $Widget
- * @property modDashboard $Dashboard
- *
- * @package modx
- * @subpackage mysql
- */
- class modDashboardWidgetPlacement extends xPDOObject {}
|