/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Contracts/Support/Renderable.php
13 строк
197 B
Graham Campbell
Additional cs fixes
01 июн 2015, 18:39
01 июн 2015, 18:39
99c428b
Код
Авторство
О чём код?
<?php namespace Illuminate\Contracts\Support; interface Renderable { /** * Get the evaluated contents of the object. * * @return string */ public function render(); }