Changeset 3773:69941ff7dc4d for inc
- Timestamp:
- 07/11/18 13:13:39 (7 years ago)
- Branch:
- default
- Location:
- inc/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.namespace.php
r3731 r3773 101 101 } 102 102 103 private function settingExists($id, $global = false) 103 /** 104 * Returns true if a setting exist, else false 105 * 106 * @param string $id The identifier 107 * @param boolean $global The global 108 * 109 * @return boolean 110 */ 111 public function settingExists($id, $global = false) 104 112 { 105 113 $array = $global ? 'global' : 'local'; -
inc/core/class.dc.workspace.php
r3731 r3773 105 105 } 106 106 107 /** 108 * Returns true if a pref exist, else false 109 * 110 * @param string $id The identifier 111 * @param boolean $global The global 112 * 113 * @return boolean 114 */ 107 115 public function prefExists($id, $global = false) 108 116 {
Note: See TracChangeset
for help on using the changeset viewer.