/
home
/
techb158
/
immovalet.com
/
vendor
/
botble
/
widget
/
helpers
/
/home/techb158/immovalet.com/vendor/botble/widget/helpers
mkdir
upload
Name
Size
Mode
Actions
constants.php
348
0644
edit
dl
rm
helpers.php
1016
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/botble/widget/helpers/helpers.php
(1016B)
<?php if (!function_exists('register_widget')) { /** * @param string $widgetId * @return \Botble\Widget\Factories\WidgetFactory */ function register_widget($widgetId) { return Widget::registerWidget($widgetId); } } if (!function_exists('register_sidebar')) { /** * @param array $args * @return WidgetGroup */ function register_sidebar($args) { return WidgetGroup::setGroup($args); } } if (!function_exists('remove_sidebar')) { /** * @param string $sidebarId * @return \Botble\Widget\WidgetGroupCollection */ function remove_sidebar(string $sidebarId) { return WidgetGroup::removeGroup($sidebarId); } } if (!function_exists('dynamic_sidebar')) { /** * @param string $sidebarId * @return string * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException */ function dynamic_sidebar(string $sidebarId) { return WidgetGroup::render($sidebarId); } }
Save
cmd:
run