Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
PK�Z�[X�� ConditionInterface.phpnu�[���<?php
/**
* @package Regular Labs Library
* @version 21.2.19653
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://www.regularlabs.com
* @copyright Copyright © 2021 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
namespace RegularLabs\Library\Api;
defined('_JEXEC') or die;
/**
* Interface ConditionConditionInterface
* @package RegularLabs\Library\Api
*/
interface ConditionInterface
{
public function pass();
}
PK�Z�[X�� ConditionInterface.phpnu�[���PKVf