- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/api/operations/Default.php
r22567 r22856 31 31 require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 32 32 33 class API_Default extends SC_Api_Abstract_Ex 33 class API_Default extends SC_Api_Abstract_Ex 34 34 { 35 36 35 protected $operation_name = 'Default'; 37 36 protected $operation_description = 'Default Operation'; … … 44 43 { 45 44 $this->arrResponse = array('DefaultEmpty' => array()); 45 46 46 return true; 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.
