/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Contracts/Support/DeferringDisplayableValue.php
13 строк
285 B
Graham Campbell
Insist on htmlable or string
28 апр 2020, 10:21
Не верифицирован
28 апр 2020, 10:21
ce99bae
Код
Авторство
О чём код?
<?php namespace Illuminate\Contracts\Support; interface DeferringDisplayableValue { /** * Resolve the displayable value that the class is deferring. * * @return \Illuminate\Contracts\Support\Htmlable|string */ public function resolveDisplayableValue(); }