PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Support
<?php namespace Illuminate\Contracts\Support; interface Responsable { /** * Create an HTTP response that represents the object. * * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function toResponse($request); }
[-] Htmlable.php
[edit]
[-] MessageBag.php
[edit]
[+]
..
[-] Jsonable.php
[edit]
[-] DeferrableProvider.php
[edit]
[-] DeferringDisplayableValue.php
[edit]
[-] Renderable.php
[edit]
[-] Responsable.php
[edit]
[-] ValidatedData.php
[edit]
[-] Arrayable.php
[edit]
[-] MessageProvider.php
[edit]