moddashboardwidgetplacement.class.php 586 B

123456789101112131415161718192021222324
  1. <?php
  2. /*
  3. * This file is part of MODX Revolution.
  4. *
  5. * Copyright (c) MODX, LLC. All Rights Reserved.
  6. *
  7. * For complete copyright and license information, see the COPYRIGHT and LICENSE
  8. * files found in the top-level directory of this distribution.
  9. */
  10. /**
  11. * A placement of a widget on a dashboard.
  12. *
  13. * @property int $widget
  14. * @property int $dashboard
  15. * @property int $rank
  16. *
  17. * @property modDashboardWidget $Widget
  18. * @property modDashboard $Dashboard
  19. *
  20. * @package modx
  21. * @subpackage mysql
  22. */
  23. class modDashboardWidgetPlacement extends xPDOObject {}