api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / Civi / Api4 / Action / Campaign / Get.php
1 <?php
2 namespace Civi\Api4\Action\Campaign;
3
4 /**
5 * @inheritDoc
6 *
7 * Set current = true to get active, non past campaigns.
8 */
9 class Get extends \Civi\Api4\Generic\DAOGetAction {
10 use \Civi\Api4\Generic\Traits\IsCurrentTrait;
11
12 }