ultimix
subscription_view_1_0_0 Class Reference

Public Member Functions

 view ($Options)

Data Fields

 $Output

Detailed Description

This manager helps displaying entities forms.

Author
Dodonov A.A.

Definition at line 26 of file subscription_view.php.

Member Function Documentation

view (   $Options)

Function draws component.

Parameters
$Options- Settings.
Returns
HTML code of the component.
Exceptions
Exception- An exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 62 of file subscription_view.php.

{
try
{
$ContextSet = get_package_object( 'gui::context_set' , 'last' , __FILE__ );
$Path = dirname( __FILE__ );
$ContextSet->add_context( "$Path/conf/cfcxs_unsubscribe_form" );
$ContextSet->execute( $Options , $this , __FILE__ );
return( $this->Output );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$Output

Display function's result.

Author
Dodonov A.A.

Definition at line 38 of file subscription_view.php.


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