Baleen\Cli\Application

class Application

The entry point to Baleen CLI’s commands.

constant VERSION

Version to show in the help / usage message.

property container

protected Container

The LeagueContainer instance used by Baleen CLI.

__construct($commands, HelperSet $helperSet)
Parameters:
  • $commands (SymfonyComponentConsoleCommandCommand[]) – Array of Commands available for the Application.
  • $helperSet (HelperSet) –
init($commands, HelperSet $helperSet)
Parameters:
  • $commands (SymfonyComponentConsoleCommandCommand[]) –
  • $helperSet (HelperSet) –