PHP 클래스 Owl\Http\Requests\UserUpdateRequest

상속: extends Owl\Http\Requests\Request
파일 보기 프로젝트 열기: owl/owl

보호된 프로퍼티들

프로퍼티 타입 설명
$userService

공개 메소드들

메소드 설명
__construct ( UserService $userService )
authorize ( ) : boolean Determine if the user is authorized to make this request.
rules ( ) : array Get the validation rules that apply to the request.

메소드 상세

__construct() 공개 메소드

public __construct ( UserService $userService )
$userService Owl\Services\UserService

authorize() 공개 메소드

Determine if the user is authorized to make this request.
public authorize ( ) : boolean
리턴 boolean

rules() 공개 메소드

Get the validation rules that apply to the request.
public rules ( ) : array
리턴 array

프로퍼티 상세

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

protected $userService