teardown() public method

public teardown ( )
コード例 #1
0
 function teardown()
 {
     #
     # Clearing Extra-specific variables.
     #
     $this->footnotes = array();
     $this->footnotes_ordered = array();
     $this->abbr_desciptions = array();
     $this->abbr_word_re = '';
     parent::teardown();
 }
コード例 #2
0
ファイル: markdown.php プロジェクト: vienbk91/fuelphp17
 function teardown()
 {
     //
     // Clearing Extra-specific variables.
     //
     $this->footnotes = array();
     $this->footnotes_ordered = array();
     $this->footnotes_ref_count = array();
     $this->footnotes_numbers = array();
     $this->abbr_desciptions = array();
     $this->abbr_word_re = '';
     parent::teardown();
 }