Changeset 2736:09dd799a19bd for inc/core/class.dc.core.php
- Timestamp:
- 08/25/14 09:20:20 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r2706 r2736 263 263 @return <b>array</b> An array of formaters names in values. 264 264 265 266 267 268 269 270 271 return empty() array if editor is not active. 272 265 /** 266 if @param editor_id is empty: 267 return all formaters sorted by actives editors 268 269 if @param editor_id is not empty 270 return formaters for an editor if editor is active 271 return empty() array if editor is not active. 272 It can happens when a user choose an editor and admin deactivate that editor later 273 273 */ 274 274 public function getFormaters($editor_id='') … … 294 294 295 295 @param editor_id <b>string</b> Editor id (dcLegacyEditor, dcCKEditor, ...) 296 @param name <b>string</b> 297 @param str <b>string</b>String to transform296 @param name <b>string</b> Formater name 297 @param str <b>string</b> String to transform 298 298 @return <b>string</b> String transformed 299 299 */ … … 313 313 314 314 @param name <b>string</b> Formater name 315 @param str <b>string</b> String to transform315 @param str <b>string</b> String to transform 316 316 @return <b>string</b> String transformed 317 317 */
Note: See TracChangeset
for help on using the changeset viewer.