ultimix
template_content_controller_1_0_0 Class Reference

Public Member Functions

 controller (&$Options)

Detailed Description

This manager helps to manage static content.

Author
Dodonov A.A.

Definition at line 26 of file template_content_controller.php.

Member Function Documentation

controller ( $Options)

Function controls component.

Parameters
$Options- Settings.
Exceptions
Exception- An exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 46 of file template_content_controller.php.

{
try
{
$ContextSet = get_package( 'gui::context_set' , 'last' , __FILE__ );
$ContextSet->execute( $Options , $this , __FILE__ );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

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