Property | Type | Description | |
---|---|---|---|
$configRepository | Illuminate\Config\Repository | Config repository. | |
$display | boolean | Should commands display something | |
$logInFileFirst | boolean | Init log file for first log | |
$manager | The localization manager |
Method | Description | |
---|---|---|
__construct ( Illuminate\Config\Repository $configRepository ) | Create a new command instance. | |
writeComment ( string $s ) : void | Display console message | |
writeError ( string $s ) : void | Display console message | |
writeInfo ( string $s ) : void | Display console message | |
writeLine ( string $s ) : void | Display console message | |
writeQuestion ( string $s ) : void | Display console message |
Method | Description | |
---|---|---|
logInFile ( mixed $txt = '', string $logFile = '/tmp/llh.log' ) | Log in a file for debug purpose only |
public __construct ( Illuminate\Config\Repository $configRepository ) | ||
$configRepository | Illuminate\Config\Repository |
public writeComment ( string $s ) : void | ||
$s | string | the message to display |
return | void |
public writeError ( string $s ) : void | ||
$s | string | the message to display |
return | void |
public writeQuestion ( string $s ) : void | ||
$s | string | the message to display |
return | void |
protected Repository,Illuminate\Config $configRepository | ||
return | Illuminate\Config\Repository |
protected bool $display | ||
return | boolean |
protected static bool $logInFileFirst | ||
return | boolean |