Example #1
0
	/**
	 * Function to get the instance of Config module model
	 * @return <Settings_Vtiger_ConfigModule_Model> $moduleModel
	 */
	public static function getInstance()
	{
		$moduleModel = new self();
		$moduleModel->getViewableData();
		return $moduleModel;
	}