getText() public method

public getText ( ) : string
return string
Beispiel #1
0
 public function getText($_stripTags = false, $_stripBasic = false, $_replacements = array())
 {
     parent::getText();
     if ($_stripTags) {
         return $this->getStrippedText($_stripBasic, $_replacements);
     }
     return $this->text;
 }