프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$command | command instance | ||
$input | input instance | ||
$output | output instance |
메소드 | 설명 | |
---|---|---|
__construct ( |
Creates a new Connector instance | |
resolve ( $logFormat ) : Monolog\Handler\HandlerInterface | Resolves a Monolog handler from string input |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public resolve ( $logFormat ) : Monolog\Handler\HandlerInterface | ||
리턴 | Monolog\Handler\HandlerInterface |