ultimix
template_content_markup_1_0_0 Class Reference

Public Member Functions

 __construct ()
 compile_template_content (&$Settings)

Data Fields

 $TemplateContentAccess = false

Detailed Description

Displaying template content.

Author
Dodonov A.A.

Definition at line 26 of file template_content_markup.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Author
Dodonov A.A.

Definition at line 50 of file template_content_markup.php.

{
try
{
$this->TemplateContentAccess = get_package( 'page::template_content::template_content_access' );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

compile_template_content ( $Settings)

Function processes page.

Parameters
$Options- Options of drawing.
$Str- Processing string.
$Changed- Was the processing completed.
Returns
HTML code to display.
Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 92 of file template_content_markup.php.

{
try
{
return( $this->TemplateContentAccess->get_content_ex( $Settings ) );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$TemplateContentAccess = false

Cached objects.

Author
Dodonov A.A.

Definition at line 38 of file template_content_markup.php.


The documentation for this class was generated from the following file: