class
KalimahApps
/
Daleel
/
Commands
/
ConsoleStyle
ConsoleStyle
Extend SymfonyStyle to add custom methods.
Extends
-
Symfony\...\SymfonyStyle
Methods
public
success ( $message , int $lines ) : void
Override success message.
Parameters
-
$message
string|array
Message to display
-
$lines
int
Number of lines to add before message
public
subTitle ( string $message , int $pre_lines , int $post_lines ) : void
Create a subtitle with a blue bullet.
Parameters
-
$message
string
Message to display
-
$pre_lines
int
Number of lines to add before message
-
$post_lines
int
Number of lines to add after message