D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
nunomaduro
/
collision
/
src
/
Contracts
/
Filename :
RenderableOnCollisionEditor.php
back
Copy
<?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; }