From 464a235c8c7dc070fb10ac47f2186f24a077ae0d Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 22:43:27 +0100 Subject: One class per file: framework/Web/UI/JuiControls --- framework/Web/UI/JuiControls/IJuiOptions.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 framework/Web/UI/JuiControls/IJuiOptions.php (limited to 'framework/Web/UI/JuiControls/IJuiOptions.php') diff --git a/framework/Web/UI/JuiControls/IJuiOptions.php b/framework/Web/UI/JuiControls/IJuiOptions.php new file mode 100644 index 00000000..b021c421 --- /dev/null +++ b/framework/Web/UI/JuiControls/IJuiOptions.php @@ -0,0 +1,27 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2013-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System.Web.UI.JuiControls + */ + +/** + * IJuiOptions interface + * + * IJuiOptions is the interface that must be implemented by controls using + * {@link TJuiControlOptions}. + * + * @author Fabio Bas + * @package System.Web.UI.JuiControls + * @since 3.3 + */ +interface IJuiOptions +{ + public function getOptions(); + public function getValidOptions(); + public function getValidEvents(); +} \ No newline at end of file -- cgit v1.2.3