Crummy\Phlack\Common\Matcher\CommandNameMatcher::__construct PHP Method

__construct() public method

public __construct ( string | null $commandName = null )
$commandName string | null
    public function __construct($commandName = null)
    {
        $this->commandName = $commandName;
    }