Console
Interfaces, Classes, Traits and Enums
- AbstractCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- ConvertMatomoDataCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- FileCacheCommand
- This command generates the file cache of uploaded images
- JinyaCommand
- This attribute marks a class that extends AbstractCommand as an executable command for the CLI
- MigrateConfigurationCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- MigrateFilesCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- MigrationCommand
- This command migrates the Jinya CMS database to the most recent version
- PopulateIpDatabaseCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- ThemeActivateCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- ThemeCompileCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute
- ThemeSyncCommand
- This is the base class for all commands, the cli executor expects all commands to extend this class and have a JinyaCommand attribute