%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/widgets/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/widgets/Reloadable.php |
<?php
/**
* Created by PhpStorm.
* User: buddha
* Date: 02.02.2019
* Time: 13:31
*/
namespace humhub\widgets;
/**
* Interface Reloadable
*
* This interface is used for JsWidgets which can be reloaded.
*
* @package humhub\widgets
* @since 1.4
*/
interface Reloadable
{
/**
* @return string|array url used to reload this widget
*/
public function getReloadUrl();
}