authorize() публичный Метод

public authorize ( )
 /**
  * Determine if the user is authorized to make this request.
  *
  * @return bool
  */
 public function authorize()
 {
     return parent::authorize();
 }