Файл vendor/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php Вес запакованого файла 147b (147 b) Вес распакованого файла: 197b (197 b) Метод сжатия: 8
<?php
namespace Illuminate\Contracts\Support;
interface Renderable
{
/**
* Get the evaluated contents of the object.
*
* @return string
*/
public function render();
}