PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
packages
/
widget
/
src
/
Repositories
/
Interfaces
<?php namespace Botble\Widget\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface WidgetInterface extends RepositoryInterface { /** * Get all theme widgets * @param string $theme * @return mixed */ public function getByTheme($theme); }
[+]
..
[-] WidgetInterface.php
[edit]