Subversion Repositories PHPX

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
11 2010-05-26 18:45:05 PointedEars /trunk/
* footnotes.class.php
  - FootnoteList::add(): int $sign can set start number
 
10 2010-05-26 17:32:51 PointedEars /trunk/
* footnotes.class.php
  - Footnote:__get(): Refined exception
 
8 2010-05-26 02:37:08 PointedEars /trunk/
* footnotes.class.php
  - FootnoteList::$printMe(): Output of sorted footnotes list
  - Added Footnote::$name, set via constructor
  - Added Footnote::__get() for public read access to protected $sign property
  - Renamed Footnote::printRef() to getRef since it does not print anything
  - Implemented footnote reference and representation in the list, $name
    and $references support repeated references and footnotes with different
    name but same sign (in sections, using flush())
 
7 2010-05-25 21:25:06 PointedEars /trunk/
Added footnotes.class.php