App\Domains\Http\Jobs\RespondWithJsonJob::__construct PHP Method

__construct() public method

public __construct ( $content, $status = 200, array $headers = [], $options )
$headers array
    public function __construct($content, $status = 200, array $headers = [], $options = 0)
    {
        $this->content = $content;
        $this->status = $status;
        $this->headers = $headers;
        $this->options = $options;
    }
RespondWithJsonJob