ultimix
Main Page
Data Structures
Files
Examples
File List
Globals
user_manager_view.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
user_manager_view_1_0_0
{
27
38
var
$Output
=
false
;
39
62
function
view
( $Options )
63
{
64
try
65
{
66
$ContextSet =
get_package
(
'gui::context_set'
,
'last'
, __FILE__ );
67
68
$ContextSet->execute( $Options , $this , __FILE__ );
69
70
return
( $this->Output );
71
}
72
catch
( Exception $e )
73
{
74
$a = func_get_args();
_throw_exception_object
( __METHOD__ , $a , $e );
75
}
76
}
77
}
78
79
?>
packages
user
packages
user_manager
packages
user_manager_view
user_manager_view.php
Generated on Fri Aug 17 2012 18:31:18 for ultimix by
1.8.1.2