ultimix
Main Page
Data Structures
Files
Examples
File List
Globals
template_content_markup.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* This source code is a part of the Ultimix Project.
5
* It is distributed under BSD license. All other third side source code (like tinyMCE) is distributed under
6
* it's own license wich could be found from the corresponding files or sources.
7
* This source code is provided "as is" without any warranties or garanties.
8
*
9
* Have a nice day!
10
*
11
* @url http://ultimix.sorceforge.net
12
*
13
* @author Alexey "gdever" Dodonov
14
*/
15
26
class
template_content_markup_1_0_0
{
27
38
var
$TemplateContentAccess
=
false
;
39
50
function
__construct
()
51
{
52
try
53
{
54
$this->TemplateContentAccess =
get_package
(
'page::template_content::template_content_access'
);
55
}
56
catch
( Exception $e )
57
{
58
$a = func_get_args();
_throw_exception_object
( __METHOD__ , $a , $e );
59
}
60
}
61
92
function
compile_template_content
( &$Settings )
93
{
94
try
95
{
96
return
( $this->TemplateContentAccess->get_content_ex( $Settings ) );
97
}
98
catch
( Exception $e )
99
{
100
$a = func_get_args();
_throw_exception_object
( __METHOD__ , $a , $e );
101
}
102
}
103
}
104
105
?>
packages
page
packages
template_content
packages
template_content_markup
template_content_markup.php
Generated on Fri Sep 28 2012 17:17:04 for ultimix by
1.8.1.2