ultimix
user_manager_view_1_0_0 Class Reference

Public Member Functions

 view ($Options)

Data Fields

 $Output = false

Detailed Description

Working with user's accounts.

Author
Dodonov A.A.

Definition at line 26 of file user_manager_view.php.

Member Function Documentation

view (   $Options)

Function draws component.

Parameters
$Options- Settings.
Returns
HTML code of the компонента.
Exceptions
Exception- An exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 62 of file user_manager_view.php.

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

Field Documentation

$Output = false

Display function's result.

Author
Dodonov A.A.

Definition at line 38 of file user_manager_view.php.


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