Crummy\Phlack\Common\Matcher\CommandNameMatcher::__construct PHP Метод

__construct() публичный Метод

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