ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilCopyWizardPageFactory Class Reference
+ Collaboration diagram for ilCopyWizardPageFactory:

Static Public Member Functions

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

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

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

Member Function Documentation

◆ _getInstanceByType()

static ilCopyWizardPageFactory::_getInstanceByType (   $a_source_id,
  $a_item_type 
)
static

Get instance by type.

@access public

Parameters
intref_id of source object
stringtype of block

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

46 {
47 switch($a_item_type)
48 {
49 default:
50 return new ilCopyWizardPage($a_source_id,$a_item_type);
51
52 }
53 }

Referenced by ilContainerGUI\cloneWizardPageObject().

+ Here is the caller graph for this function:

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