- Timestamp:
- 04/30/10 10:45:33 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/lib/model/doctrine/PluginaRichTextSlot.class.php
r4 r1101 21 21 return strip_tags($this->value); 22 22 } 23 24 /** 25 * Returns the plaintext representation of this slot 26 */ 27 public function getText() 28 { 29 return $this->getSearchText(); 30 } 23 31 }

