Preview: DeferringDisplayableValue.php
Size: 304 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Support/DeferringDisplayableValue.php
<?php
namespace RectorPrefix202411\Illuminate\Contracts\Support;
interface DeferringDisplayableValue
{
/**
* Resolve the displayable value that the class is deferring.
*
* @return \Illuminate\Contracts\Support\Htmlable|string
*/
public function resolveDisplayableValue();
}
Directory Contents
Dirs: 0 × Files: 11