Changeset 3106:729173e2b2a8 for inc/core/class.dc.rs.extensions.php
- Timestamp:
- 09/29/15 17:34:17 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.rs.extensions.php
r3105 r3106 894 894 } 895 895 896 class rsExtBlog 897 { 898 private static $sortfield; 899 private static $sortsign; 900 /** 901 Converts this record to a {@link extStaticRecord} instance. 902 903 @param rs Invisible parameter 904 */ 905 public static function toExtStatic($rs) 906 { 907 if ($rs instanceof extStaticRecord) { 908 return $rs; 909 } 910 return new extStaticRecord($rs); 911 } 912 } 913 896 914 class extStaticRecord extends staticRecord 897 915 {
Note: See TracChangeset
for help on using the changeset viewer.