| Current Path : /home/jlgagfroyt/www/plugins/system/articlesanywhere/src/Collection/Fields/ |
| Current File : /home/jlgagfroyt/www/plugins/system/articlesanywhere/src/Collection/Fields/FieldInterface.php |
<?php
/**
* @package Articles Anywhere
* @version 13.0.2
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://regularlabs.com
* @copyright Copyright © 2022 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
namespace RegularLabs\Plugin\System\ArticlesAnywhere\Collection\Fields;
defined('_JEXEC') or die;
interface FieldInterface
{
public function getAvailableFields();
}