Equip\Responder\ChainedResponder::__construct PHP 메소드

__construct() 공개 메소드

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);
    }