Equip\Responder\ChainedResponder::__construct PHP Method

__construct() public method

public __construct ( Relay\ResolverInterface $resolver, array $responders = [FormattedResponder::class, RedirectResponder::class, StatusResponder::class] )
$resolver Relay\ResolverInterface
$responders array
    public function __construct(ResolverInterface $resolver, array $responders = [FormattedResponder::class, RedirectResponder::class, StatusResponder::class])
    {
        $this->resolver = $resolver;
        parent::__construct($responders);
    }