Text_Wiki
[
class tree: Text_Wiki
] [
index: Text_Wiki
] [
all elements
]
Packages:
Text_Wiki_Creole
Text_Wiki
Classes:
Text_Wiki_Creole
Text_Wiki_Parse_Address
Text_Wiki_Parse_Blockquote
Text_Wiki_Parse_Box
Text_Wiki_Parse_Break
Text_Wiki_Parse_Center
Text_Wiki_Parse_Delimiter
Text_Wiki_Parse_Emphasis
Text_Wiki_Parse_Footnote
Text_Wiki_Parse_Heading
Text_Wiki_Parse_Horiz
Text_Wiki_Parse_Image
Text_Wiki_Parse_List
Text_Wiki_Parse_Newline
Text_Wiki_Parse_Paragraph
Text_Wiki_Parse_Prefilter
Text_Wiki_Parse_Preformatted
Text_Wiki_Parse_Raw
Text_Wiki_Parse_Strong
Text_Wiki_Parse_Subscript
Text_Wiki_Parse_Superscript
Text_Wiki_Parse_Table
Text_Wiki_Parse_Tighten
Text_Wiki_Parse_Trim
Text_Wiki_Parse_Tt
Text_Wiki_Parse_Underline
Text_Wiki_Parse_Url
Text_Wiki_Parse_Wikilink
Text_Wiki_Render_Creole_Anchor
Files:
Address.php
Anchor.php
Blockquote.php
Box.php
Break.php
Center.php
Creole.php
Delimiter.php
Emphasis.php
Footnote.php
Heading.php
Horiz.php
Image.php
List.php
Newline.php
Paragraph.php
Prefilter.php
Preformatted.php
Raw.php
Strong.php
Subscript.php
Superscript.php
Table.php
Tighten.php
Trim.php
Tt.php
Underline.php
Url.php
Wikilink.php
Class: Text_Wiki_Parse_Image
Source Location: /Text_Wiki_Creole-1.0.0/Text/Wiki/Parse/Creole/Image.php
Class Overview
Text_Wiki_Parse | --Text_Wiki_Parse_Image
Parse for images in the source text.
Author(s):
Tomaiuolo Michele <
tomamic at yahoo.it
>
Version:
$Id: Image.php,v 1.3 2007/07/30 14:22:05 mic Exp $
Variables
$regex
Methods
process
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,v 1.3 2007/07/30 14:22:05 mic Exp $
License:
LGPL
[
Top
]
Class Variables
$regex =
'/{{(.*)(\|(.*))?}}/U'
[line
35
]
The regular expression used to parse the source text and find matches conforming to this rule. Used by the parse() method.
See:
parse()
Access:
public
Type:
string
[
Top
]
Method Detail
process
[line
50
]
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 14:44:38 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.