Definition at line 31 of file class.Info.php.
Public Member Functions | |
| Info () | |
| parse ($content) | |
| Extract the various parts of the info section (. | |
| parse_dummy ($str) | |
| parse_author ($str) | |
| parse_keywords ($str) | |
| parse_abstract ($str) | |
| parse_copyright ($str) | |
| to_xml () | |
| convert the info data to xml | |
| render_authors () | |
| render_abstract () | |
| render_keywords () | |
| render_copyright () | |
Public Attributes | |
| $authors | |
| $abstract | |
| $keywords | |
| $copyright | |
| Info::Info | ( | ) |
Definition at line 38 of file class.Info.php.
| Info::parse | ( | $ | content | ) |
| Info::parse_dummy | ( | $ | str | ) |
Definition at line 79 of file class.Info.php.
| Info::parse_author | ( | $ | str | ) |
Definition at line 81 of file class.Info.php.
| Info::parse_keywords | ( | $ | str | ) |
Definition at line 92 of file class.Info.php.
| Info::parse_abstract | ( | $ | str | ) |
Definition at line 103 of file class.Info.php.
| Info::parse_copyright | ( | $ | str | ) |
Definition at line 108 of file class.Info.php.
| Info::to_xml | ( | ) |
convert the info data to xml
Definition at line 114 of file class.Info.php.
References render_abstract(), render_authors(), render_copyright(), and render_keywords().
| Info::render_authors | ( | ) |
| Info::render_abstract | ( | ) |
| Info::render_keywords | ( | ) |
| Info::render_copyright | ( | ) |
| Info::$authors |
Definition at line 33 of file class.Info.php.
| Info::$abstract |
Definition at line 34 of file class.Info.php.
| Info::$keywords |
Definition at line 35 of file class.Info.php.
| Info::$copyright |
Definition at line 36 of file class.Info.php.
1.5.2