コード例 #1
0
ファイル: Chapter.php プロジェクト: jon9872/zend-framework
 /**
  * Return the XML for this chapter
  *
  * @return string
  */
 public function getXml()
 {
     return $this->_chapter->asXml();
 }