File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/nunomaduro/collision/src/Contracts
Upload
[..]
Adapters/
Rename
Del
RenderableOnCollisionEditor.php (246 B)
Edit
Rename
Del
RenderlessEditor.php (127 B)
Edit
Rename
Del
Edit: RenderableOnCollisionEditor.php
<?php namespace NunoMaduro\Collision\Contracts; use Whoops\Exception\Frame; interface RenderableOnCollisionEditor { /** * Returns the frame to be used on the Collision Editor. */ public function toCollisionEditor(): Frame; }
Simpan