summaryrefslogtreecommitdiff
path: root/framework/Web
diff options
context:
space:
mode:
authorDaniel <darthdaniel85@gmail.com>2014-10-17 17:50:53 -0500
committerDaniel <darthdaniel85@gmail.com>2014-10-17 17:50:53 -0500
commit2cb8ef91c8c2436ed5bdfd40ed7ea3015f76010d (patch)
tree57355c795872f6072d71f487f034c8a40370bb76 /framework/Web
parent22a864832abfecfba95e3a14645efa537d9405e6 (diff)
Adding functions to update view controls and AR objects automagicaly...
Diffstat (limited to 'framework/Web')
-rw-r--r--framework/Web/UI/TPage.php1
1 files changed, 1 insertions, 0 deletions
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)
{