Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Structures de données | |
class | Command |
class | CompleteCommand |
class | DumpCompletionCommand |
class | HelpCommand |
class | LazyCommand |
class | ListCommand |
interface | SignalableCommandInterface |
Fonctions | |
lock (string $name=null, bool $blocking=false) | |
release () | |
Variables | |
trait | LockableTrait |
Locks a command.
Références Command\$name, class, Command\getName(), et null.
Référencé par PasswordField\getLayoutData(), Symfony\Component\Console\Command\release(), et PasswordField\setup().
|
private |
Releases the command lock if there is one.
Références Symfony\Component\Console\Command\lock(), et null.
Référencé par InstallerScript\preflight().
trait LockableTrait |
Basic lock feature for commands.