<?php
namespace IlluminateContractsSupport;
interface DeferringDisplayableValue
{
/**
* Resolve the displayable value that the class is deferring.
*
* @return IlluminateContractsSupportHtmlable|string
*/
public function resolveDisplayableValue();
}