Example #1
0
 public function bodyToString()
 {
     $res = $this->tag_body_start;
     return $res . parent::ToString(false);
     /*foreach($this->items as $item)
     			$res .= $item;
     		return $res;*/
 }