Back to Joomla project (class list)

Class WritableLoaderInterface - list of methods

Interface defining a writable command loader.
Package: Joomla\CMS\Console\Loader
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Console/Loader/WritableLoaderInterface.php
Project: Joomla

Method Summary

public void
(string $commandName, string $className)

Adds a command to the loader.
Parameters
  • string $commandName The name of the command to load.
  • string $className The fully qualified class name of the command.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: add Source Code

Tags Summary

Since
4.0.0