tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Class: Tangra_Module_Installer_Run

Source Location: /modules_manager/tangra_module_installer_run.class.php

Class Tangra_Module_Installer_Run

Class Overview

Tangra_Module_Installer_Run encapsulates calls to Tangra_Module_Installer methods pre_install, install, post_install

Located in /modules_manager/tangra_module_installer_run.class.php [line 25]

Tangra_Class
   |
   --Tangra_Module_Installer_Run

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Tangra_Class

Tangra_Class::get_class_name()
Alias of get_class(). Exist because of historical reasons.
Tangra_Class::__set()
Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.

[ Top ]
Property Summary
Tangra_Module_Installer   $module_installer   Tangra_Module_Installer instance

[ Top ]
Method Summary
Tangra_Module_Installer_Run   __construct()   Construtor
void   run()   Actual installation of module

[ Top ]
Properties
Tangra_Module_Installer   $module_installer [line 31]

Tangra_Module_Installer instance

API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 38]

  Tangra_Module_Installer_Run __construct( Tangra_Module_Installer $tmi  )

Construtor

Parameters:
Tangra_Module_Installer   $tmi:  Tangra_Module_Installer object


[ Top ]
run  [line 47]

  void run( )

Actual installation of module


API Tags:
Access:  public


[ Top ]