. * * @package phpservermon * @author Pepijn Over * @author Jérôme Cabanis * @copyright Copyright (c) 2008-2017 Pepijn Over * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 * @version Release: @package_version@ * @link http://www.phpservermonitor.org/ **/ namespace psm\Util\Module; interface ModalInterface { public function __construct(\Twig_Environment $twig); public function getModalID(); public function createHTML(); }