Changeset 2566:9bf417837888 for inc/core/class.dc.rest.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
-
inc/core/class.dc.rest.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.rest.php
r1179 r2566 22 22 { 23 23 public $core; ///< dcCore instance 24 24 25 25 /** 26 26 Object constructor. 27 27 28 28 @param core <b>dcCore</b> dcCore instance 29 29 */ … … 31 31 { 32 32 parent::__construct(); 33 33 34 34 $this->core =& $core; 35 35 } 36 36 37 37 /** 38 38 Rest method call. 39 39 40 40 @param name <b>string</b> Method name 41 41 @param get <b>array</b> GET parameters copy … … 50 50 } 51 51 } 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.
