From 2cb8ef91c8c2436ed5bdfd40ed7ea3015f76010d Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 17 Oct 2014 17:50:53 -0500 Subject: Adding functions to update view controls and AR objects automagicaly... --- framework/Web/UI/TPage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web') diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index fa06cd03..e9fd8141 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -1216,6 +1216,7 @@ class TPage extends TTemplateControl /** * Function to update view controls with those data in a given AR object. * @param type $arObj + * TODO */ public function tryUpdateView($arObj) { -- cgit v1.2.3