* @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package System */ /** * IActiveControl interface. * * Active controls must implement IActiveControl interface. * * @author Wei Zhuo * @package System * @since 3.1 */ interface IActiveControl { /** * @return TBaseActiveControl Active control properties. */ public function getActiveControl(); }