X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Console/Loader
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Console
/
Loader
/
ðŸ“
..
📄
WritableContainerLoader.php
(2.4 KB)
📄
WritableLoaderInterface.php
(770 B)
Editing: WritableLoaderInterface.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Console\Loader; use Joomla\Console\Loader\LoaderInterface; \defined('JPATH_PLATFORM') or die; /** * Interface defining a writable command loader. * * @since 4.0.0 */ interface WritableLoaderInterface extends LoaderInterface { /** * Adds a command to the loader. * * @param string $commandName The name of the command to load. * @param string $className The fully qualified class name of the command. * * @return void * * @since 4.0.0 */ public function add(string $commandName, string $className); }
Upload File
Create Folder