awsmug/torro-forms

View on GitHub
src/db-objects/elements/element-collection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Element collection class
 *
 * @package TorroForms
 * @since 1.0.0
 */

namespace awsmug\Torro_Forms\DB_Objects\Elements;

use Leaves_And_Love\Plugin_Lib\DB_Objects\Collection;

/**
 * Class representing a collection of elements.
 *
 * @since 1.0.0
 */
class Element_Collection extends Collection {

}