Skip to content

Latest commit

 

History

History
75 lines (29 loc) · 949 Bytes

saveSettingCommand.md

File metadata and controls

75 lines (29 loc) · 949 Bytes
title footer
\leantime\command\saveSettingCommand
false

saveSettingCommand

  • Full name: \leantime\command\saveSettingCommand
  • Parent class: Command

Methods

configure

protected saveSettingCommand::configure(): mixed

Return Value:


execute

Execute the command

protected saveSettingCommand::execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): int

Parameters:

Parameter Type Description
input \Symfony\Component\Console\Input\InputInterface
output \Symfony\Component\Console\Output\OutputInterface

Return Value:

0 if everything went fine, or an exit code.



Automatically generated from source code comments on 2023-02-28 using phpDocumentor