Text_Wiki
[ class tree: Text_Wiki ] [ index: Text_Wiki ] [ all elements ]

Class: Text_Wiki_Parse_Italic

Source Location: /Text_Wiki_Cowiki-0.0.2/Text/Wiki/Parse/Cowiki/Italic.php

Class Overview

Text_Wiki_Parse
   |
   --Text_Wiki_Parse_Italic

Parses for italic text.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 36]
Parses for italic text.

This class implements a Text_Wiki_Parse to find source text marked for emphasis (italics) as defined by text surrounded by two single-quotes. On parsing, the text itself is left in place, but the starting and ending instances of two single-quotes are replaced with tokens.



[ Top ]


Method Detail

Text_Wiki_Parse_Italic (Constructor)   [line 41]

Text_Wiki_Parse_Italic Text_Wiki_Parse_Italic( &$obj)

Setting regex in constructor instead of with var as we need $this->wiki->delim

Parameters:

   &$obj   — 

[ Top ]

process   [line 66]

string process( array &$matches)

Generates a replacement for the matched text. Token options are:

'type' => ['start'|'end'] The starting or ending point of the emphasized text. The text itself is left in the source.

  • Return: A pair of delimited tokens to be used as a placeholder in the source text surrounding the text to be emphasized.
  • Access: public

Parameters:

array   &$matches   —  The array of matches from parse().

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:52:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.