示例#1
0
 function visitT_Footnote($e)
 {
     $footnote = Footnote::getinstance();
     $num = $footnote->reserve();
     return $footnote->setnote($e->getelem()->accept($this), $num);
 }
示例#2
0
 /**
  * Get elements
  */
 public function testGetElements()
 {
     $oFootnote = new Footnote();
     $this->assertInternalType('array', $oFootnote->getElements());
 }
示例#3
0
 function getbody()
 {
     return Footnote::getinstance()->getnote();
 }