traits
Table of Contents
Traits
- ChownTrait
- Adds support for executing the `chown` command with customizable options,
either via direct arguments or an injected {@see ChownOptions} object.
- CommandTrait
- ConsoleLoggerTrait
- Traits to initialize and use the PSR-3 compliant console logger in the commands.
- EncryptTrait
- The encrypt trait.
- FileTrait
- The trait to manage files.
- HelperTrait
- The Helper trait.
- InflectorTrait
- Provides functionality to initialize and store a Symfony String Inflector.
- IOTrait
- Represents a terminal command within the Symfony application.
- LifecycleTrait
- Provides helper methods to manage the lifecycle of console commands.
- PassphraseTrait
- Trait to manage a passphrase for console commands.
- ServerTrait
- Provides server-related functionality for commands
that rely on server configuration options.
- SudoTrait
- Trait to handle sudo authentication and session management for commands.
- UITrait
- Provides utilities for building interactive UI elements like progress bars in Symfony Console-based applications.