- Timestamp:
- 04/30/10 10:45:33 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/lib/model/doctrine/PluginaSlot.class.php
r361 r1101 32 32 33 33 public function getSearchText() 34 { 35 return ''; 36 } 37 38 /** 39 * This function returns a plaintext representation of your slot's contents. 40 * This differs from getSearchText in that it should only be used for slots 41 * with user entered text. 42 * @return string 43 */ 44 public function getText() 34 45 { 35 46 return '';

