<?php namespace App\Items; interface Item { public function getWidget(); }