예제 #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());
 }