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

