PhpBench\Formatter\Formatter::__construct PHP Method

__construct() public method

public __construct ( FormatRegistry $registry, ClassLoader $loader = null )
$registry FormatRegistry
$loader ClassLoader
    public function __construct(FormatRegistry $registry, ClassLoader $loader = null)
    {
        $this->formatRegistry = $registry;
        $this->loader = $loader ?: new ClassLoader();
    }