Свойство | Type | Description | |
---|---|---|---|
$command | command instance | ||
$input | input instance | ||
$output | output instance |
Méthode | Description | |
---|---|---|
__construct ( |
Creates a new Connector instance | |
resolve ( $logFormat ) : Monolog\Handler\HandlerInterface | Resolves a Monolog handler from string input |
Méthode | Description | |
---|---|---|
matches ( $pattern, $subject ) : array | false | Performs a pattern match on a string and returns just the named matches or false if no match |
public __construct ( |
||
$command | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
Résultat | void |
public resolve ( $logFormat ) : Monolog\Handler\HandlerInterface | ||
Résultat | Monolog\Handler\HandlerInterface |