ultimix
error_log_view_1_0_0 Class Reference

Public Member Functions

 __construct ()
 view (&$Options)

Data Fields

 $CachedMultyFS = false
 $Output = false

Detailed Description

Error log' implementation.

Author
Dodonov A.A.

Definition at line 26 of file error_log_view.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 66 of file error_log_view.php.

{
try
{
$this->CachedMultyFS = get_package( 'cached_multy_fs' , 'last' , __FILE__ );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

view ( $Options)

Function draws component.

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

Definition at line 100 of file error_log_view.php.

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

Field Documentation

$CachedMultyFS = false

Cached packages.

Author
Dodonov A.A.

Definition at line 38 of file error_log_view.php.

$Output = false

Display method's result.

Author
Dodonov A.A.

Definition at line 50 of file error_log_view.php.


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