v.0.1
This commit is contained in:
13
vendor/illuminate/contracts/Support/DeferringDisplayableValue.php
vendored
Normal file
13
vendor/illuminate/contracts/Support/DeferringDisplayableValue.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?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();
|
||||
}
|
Reference in New Issue
Block a user