示例#1
0
 /**
  * set text
  */
 public function setText()
 {
     parent::setText($this->item['content']);
 }
示例#2
0
文件: Xml.php 项目: buttasg/cowgirlk
 /**
  * set text for the review
  */
 public function setText()
 {
     parent::setText($this->item->getDetail());
 }