PATH:
home
/
lab2454c
/
aficb.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Support
<?php namespace Illuminate\Contracts\Support; interface Htmlable { /** * Get content as a string of HTML. * * @return string */ public function toHtml(); }
[-] 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]
[-] CanBeEscapedWhenCastToString.php
[edit]