Preview: Renderable.php
Size: 216 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Support/Renderable.php
<?php
namespace RectorPrefix202411\Illuminate\Contracts\Support;
interface Renderable
{
/**
* Get the evaluated contents of the object.
*
* @return string
*/
public function render();
}
Directory Contents
Dirs: 0 × Files: 11