HTML_Template_Flexy
[
class tree: HTML_Template_Flexy
] [
index: HTML_Template_Flexy
] [
all elements
]
Packages:
HTML_Template_Flexy
Classes:
HTML_Template_Flexy_Compiler_Regex_BodyOnly
HTML_Template_Flexy_Compiler_Regex_Mail
HTML_Template_Flexy_Compiler_Regex_Math
HTML_Template_Flexy_Compiler_Regex_Php
HTML_Template_Flexy_Compiler_Regex_SimpleTags
HTML_Template_Flexy_Compiler_Regex_Xml
Files:
BodyOnly.php
compileAll.php
Compiler.php
Element.php
Else.php
End.php
EndTag.php
Factory.php
Flexy.php
Flexy.php
Foreach.php
If.php
Mail.php
Math.php
Method.php
Php.php
Processing.php
Regex.php
RtfSimpleTags.php
SimpleTags.php
SmartyAPI.php
SmartyConvertor.php
Standard.php
Tag.php
Tag.php
Test.php
Token.php
Tokenizer.php
Var.php
Xml.php
Class: HTML_Template_Flexy_Compiler_Regex_BodyOnly
Source Location: /HTML_Template_Flexy-0.8.0/Flexy/Compiler/Regex/BodyOnly.php
Class Overview
The html Body only filter
Author(s):
Methods
strip_body_foot
strip_body_head
Inherited Variables
Inherited Methods
Class Details
[line 32]
The html Body only filter
Abstract:
a Simple filter to remove the everything thats not in the body!
[
Top
]
Method Detail
strip_body_foot
[line 68]
void strip_body_foot( string $input)
Strip everything after and including the end BODY tag
Access:
public
Parameters:
string
$input
—
The template
[
Top
]
strip_body_head
[line 53]
void strip_body_head( string $input)
Strip everything before and including the BODY tag
Access:
public
Parameters:
string
$input
—
The template
[
Top
]
Documentation generated on Mon, 11 Mar 2019 10:15:14 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.