Application¶
-
class
OC\Console\
Application
¶ Source: lib/private/Console/Application.php#49
Properties¶
Methods¶
-
public
OC\Console\Application::
__construct
($config, $dispatcher, $request, $logger, $memoryInfo)¶ Source: lib/private/Console/Application.php#61
-
public
OC\Console\Application::
loadCommands
($input, $output)¶ Source: Parameters: - $input (
Symfony\Component\Console\Input\InputInterface
) - $output (
Symfony\Component\Console\Output\ConsoleOutputInterface
)
Throws: \Exception
- $input (
-
public
OC\Console\Application::
setAutoExit
($boolean)¶ - Sets whether to automatically exit after a command execution or not.
Source: Parameters: - $boolean (bool) Whether to automatically exit after a command execution or not
-
public
OC\Console\Application::
run
($input=null, $output=null)¶ Source: Parameters: - $input (
Symfony\Component\Console\Input\InputInterface
) - $output (
Symfony\Component\Console\Output\OutputInterface
)
Returns: int
Throws: \Exception
- $input (