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

Class: Text_Wiki_Parse_Image

Source Location: /Text_Wiki_Creole-1.0.2/Text/Wiki/Parse/Creole/Image.php

Class Overview

Text_Wiki_Parse
   |
   --Text_Wiki_Parse_Image

Parse for images in the source text.


Author(s):

Version:

  • $Id: Image.php 243106 2007-09-28 22:02:50Z mic $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 20]
Parse for images in the source text.
  • Author: Tomaiuolo Michele <tomamic@yahoo.it>
  • Version: $Id: Image.php 243106 2007-09-28 22:02:50Z mic $
  • License: LGPL


[ Top ]


Method Detail

Text_Wiki_Parse_Image (Constructor)   [line 34]

Text_Wiki_Parse_Image Text_Wiki_Parse_Image( object &$obj, string $name)

Constructor. Overrides the Text_Wiki_Parse constructor so that we can set the $regex property dynamically (we need to include the Text_Wiki $delim character).

Parameters:

object   &$obj   —  The calling "parent" Text_Wiki object.
string   $name   —  The token name to use for this rule.

[ Top ]

process   [line 53]

string process( array &$matches)

Generates a replacement token for the matched text.
  • Return: A token marking the horizontal rule.
  • Access: public

Parameters:

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

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:40:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.