Static Public Member Functions

ilCopyWizardPageFactory Class Reference
[Services/CopyWizard]

Static Public Member Functions

static _getInstanceByType ($a_source_id, $a_item_type)
 Get instance by type.

Detailed Description

Author:
Stefan Meyer <smeyer@databay.de>
Version:
$Id$

Definition at line 33 of file class.ilCopyWizardPageFactory.php.


Member Function Documentation

static ilCopyWizardPageFactory::_getInstanceByType ( a_source_id,
a_item_type 
) [static]

Get instance by type.

public

Parameters:
int ref_id of source object
string type of block

Definition at line 45 of file class.ilCopyWizardPageFactory.php.

Referenced by ilContainerGUI::cloneWizardPageObject().

        {
                switch($a_item_type)
                {
                        default:
                                return new ilCopyWizardPage($a_source_id,$a_item_type);
                                
                }
        }

Here is the caller graph for this function:


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