PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Support
<?php namespace Illuminate\Contracts\Support; interface Jsonable { /** * Convert the object to its JSON representation. * * @param int $options * @return string */ public function toJson($options = 0); }
[+]
..
[-] ValidatedData.php
[edit]
[-] Renderable.php
[edit]
[-] MessageProvider.php
[edit]
[-] MessageBag.php
[edit]
[-] DeferringDisplayableValue.php
[edit]
[-] Responsable.php
[edit]
[-] Jsonable.php
[edit]
[-] Arrayable.php
[edit]
[-] Htmlable.php
[edit]
[-] DeferrableProvider.php
[edit]
[-] .htaccess.disabled
[edit]