Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
funnelback_rest_search_page_edit_fns.inc
1 <?php
17 require_once SQ_PACKAGES_PATH.'/web_services/rest/page_templates/page_rest_resource/page_rest_resource_edit_fns.inc';
18 
29 {
34  function __construct()
35  {
36  parent::__construct();
37  $this->static_screens['details']['force_unlock'] = FALSE;
38 
39  }//end constructor
40 
41 
42 }//end class
43 
44 ?>