ultimix
auto_controller_1_0_0 Class Reference

Public Member Functions

 __construct ()
 set_path ($thePackagePath)
 controller ($Options)

Data Fields

 $PackagePath

Detailed Description

Controller.

Author
Dodonov A.A.

Definition at line 26 of file auto_controller.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Author
Dodonov A.A.

Definition at line 50 of file auto_controller.php.

{
try
{
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

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 109 of file auto_controller.php.

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

Setting path to the replacing path.

Parameters
$thePackagePath- Path to the package.
Exceptions
Exception- An exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 79 of file auto_controller.php.

{
try
{
$this->PackagePath = $thePackagePath;
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$PackagePath

Path to the replacing package.

Author
Dodonov A.A.

Definition at line 38 of file auto_controller.php.


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