PHP Class App\Domains\Http\Jobs\RespondWithViewJob

Inheritance: extends Lucid\Foundation\Job
Show file Open project: Vinelab/lucid

Protected Properties

Property Type Description
$data
$headers
$status
$template

Public Methods

Method Description
__construct ( $template, $data = [], $status = 200, array $headers = [] )
handle ( Illuminate\Routing\ResponseFactory $factory )

Method Details

__construct() public method

public __construct ( $template, $data = [], $status = 200, array $headers = [] )
$headers array

handle() public method

public handle ( Illuminate\Routing\ResponseFactory $factory )
$factory Illuminate\Routing\ResponseFactory

Property Details

$data protected property

protected $data

$headers protected property

protected $headers

$status protected property

protected $status

$template protected property

protected $template