[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 142 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Text_reST:: (6 méthodes):
Text_reST()
appendChild()
setProperty()
getProperty()
dump()
parse()
Text_reST($type = 'Document') X-Ref |
Constructor. param: string $type This is the node type. The default is 'Document'. |
appendChild(&$child) X-Ref |
Appends a child parse node to this parse node. param: string|Text_reST &$child This is the string or object child |
setProperty($name, $value) X-Ref |
Sets the value of a parse node property. param: string $name The property's name. param: string $value The property's value. |
getProperty($name) X-Ref |
Retrieves the value of a parse node property. param: string $name The property's name. return: string The property's value. |
dump($level = 0) X-Ref |
Dumps this parse node and its children. This method is for debugging purposes. param: integer $level This is the indent level of this parse node. |
parse($text) X-Ref |
Parses a reStructuredText document. param: string $text This is the text of the document we want to parse. return: Text_reST The parsed document or PEAR_Error on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |