openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

TableOfContentElement.class.php (143B)


      1 <?php
      2 
      3 /**
      4  * @author $Author$
      5  * @version $Revision$
      6  * @package openrat.text
      7  */
      8 class TableOfContentElement extends AbstractElement
      9 {
     10 
     11 }
     12 
     13 ?>