From 5230f8f8a86fc1ae5d90f8c74ae65c93e197502b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 22 Jan 2015 09:14:12 +0100 Subject: Apply namespaces to class inheritances (pt1) --- framework/IActiveControl.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 framework/IActiveControl.php (limited to 'framework/IActiveControl.php') diff --git a/framework/IActiveControl.php b/framework/IActiveControl.php deleted file mode 100644 index cb56f9b6..00000000 --- a/framework/IActiveControl.php +++ /dev/null @@ -1,29 +0,0 @@ - - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2014 PradoSoft - * @license http://www.pradosoft.com/license/ - * @package Prado - */ - -namespace Prado; - -/** - * IActiveControl interface. - * - * Active controls must implement IActiveControl interface. - * - * @author Wei Zhuo - * @package Prado - * @since 3.1 - */ -interface IActiveControl -{ - /** - * @return TBaseActiveControl Active control properties. - */ - public function getActiveControl(); -} \ No newline at end of file -- cgit v1.2.3