ultimix
ad_manager_controller_1_0_0 Class Reference

Public Member Functions

 __construct ()
 controller ($Options)

Data Fields

 $UserAlgorithms = false
 $PageComposer = false
 $Security = false
 $Settings = false
 $CachedMultyFS = false
 $String = false

Detailed Description

Controller.

Author
Dodonov A.A.

Definition at line 26 of file ad_manager_controller.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Author
Dodonov A.A.

Definition at line 55 of file ad_manager_controller.php.

{
try
{
$this->UserAlgorithms = get_package( 'user::user_algorithms' , 'last' , __FILE__ );
$this->PageComposer = get_package( 'page::page_composer' , 'last' , __FILE__ );
$this->Security = get_package( 'security' , 'last' , __FILE__ );
$this->Settings = get_package_object( 'settings::settings' , 'last' , __FILE__ );
$this->CachedMultyFS = get_package( 'cached_multy_fs' , 'last' , __FILE__ );
$this->String = get_package( 'string' , 'last' , __FILE__ );
}
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 90 of file ad_manager_controller.php.

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

Field Documentation

$CachedMultyFS = false

Definition at line 42 of file ad_manager_controller.php.

$PageComposer = false

Definition at line 39 of file ad_manager_controller.php.

$Security = false

Definition at line 40 of file ad_manager_controller.php.

$Settings = false

Definition at line 41 of file ad_manager_controller.php.

$String = false

Definition at line 43 of file ad_manager_controller.php.

$UserAlgorithms = false

Cached objects.

Author
Dodonov A.A.

Definition at line 38 of file ad_manager_controller.php.


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