fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14149] add missing function from abstract parent cla


From: Sigurd Nes
Subject: [Fmsystem-commits] [14149] add missing function from abstract parent class
Date: Sun, 11 Oct 2015 13:20:38 +0000

Revision: 14149
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14149
Author:   sigurdne
Date:     2015-10-11 13:20:36 +0000 (Sun, 11 Oct 2015)
Log Message:
-----------
add missing function from abstract parent class

Modified Paths:
--------------
    branches/dev-syncromind/bookingfrontend/inc/class.uiresource.inc.php

Modified: branches/dev-syncromind/bookingfrontend/inc/class.uiresource.inc.php
===================================================================
--- branches/dev-syncromind/bookingfrontend/inc/class.uiresource.inc.php        
2015-10-08 00:36:01 UTC (rev 14148)
+++ branches/dev-syncromind/bookingfrontend/inc/class.uiresource.inc.php        
2015-10-11 13:20:36 UTC (rev 14149)
@@ -6,6 +6,7 @@
                public $public_functions = array
                (
                        'index_json'    =>      true,
+                       'query'                 =>      true,
                        'show'                  =>      true,
                        'schedule'              =>      true
                );
@@ -25,6 +26,11 @@
                        return 
$this->bo->populate_grid_data("bookingfrontend.uiresource.show");
                }
 
+               public function query()
+               {
+                       return $this->index_json();
+               }
+
                public function show()
                {
                        $resource = $this->bo->read_single(phpgw::get_var('id', 
'GET'));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]