Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
page_rest_resource_oauth_two_legged_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 
31 {
36  function __construct()
37  {
38  parent::__construct();
39  $this->static_screens['details']['force_unlock'] = FALSE;
40 
41  }//end constructor
42 
43 }//end class
44 ?>