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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$content
$headers
$options
$status

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( $content, $status = 200, array $headers = [], $options )
$headers array

handle() 공개 메소드

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

프로퍼티 상세

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

protected $content

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

protected $headers

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

protected $options

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

protected $status