diff options
author | Daniel <darthdaniel85@gmail.com> | 2014-10-17 17:50:53 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2014-10-17 17:50:53 -0500 |
commit | 2cb8ef91c8c2436ed5bdfd40ed7ea3015f76010d (patch) | |
tree | 57355c795872f6072d71f487f034c8a40370bb76 | |
parent | 22a864832abfecfba95e3a14645efa537d9405e6 (diff) |
Adding functions to update view controls and AR objects automagicaly...
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
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)
{
|