Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Contracts/Support/DeferringDisplayableValue.php
Строк: 13
<?php

namespace IlluminateContractsSupport;

interface 
DeferringDisplayableValue
{
    
/**
     * Resolve the displayable value that the class is deferring.
     *
     * @return IlluminateContractsSupportHtmlable|string
     */
    
public function resolveDisplayableValue();
}
Онлайн: 1
Реклама