PHP 클래스 App\Domains\Http\Jobs\RespondWithViewJob

상속: extends Lucid\Foundation\Job
파일 보기 프로젝트 열기: Vinelab/lucid

보호된 프로퍼티들

프로퍼티 타입 설명
$data
$headers
$status
$template

공개 메소드들

메소드 설명
__construct ( $template, $data = [], $status = 200, array $headers = [] )
handle ( Illuminate\Routing\ResponseFactory $factory )

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

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

프로퍼티 상세

$data 보호되어 있는 프로퍼티

protected $data

$headers 보호되어 있는 프로퍼티

protected $headers

$status 보호되어 있는 프로퍼티

protected $status

$template 보호되어 있는 프로퍼티

protected $template