File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Support
Upload
[..]
Htmlable.php (186 B)
Edit
Rename
Del
Jsonable.php (241 B)
Edit
Rename
Del
ValidatedData.php (174 B)
Edit
Rename
Del
Edit: Htmlable.php
<?php namespace Illuminate\Contracts\Support; interface Htmlable { /** * Get content as a string of HTML. * * @return string */ public function toHtml(); }
Simpan