| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilCopyWizardPage:
 Collaboration diagram for ilCopyWizardPage:| Public Member Functions | |
| __construct ($a_source_id, $a_item_type= '') | |
| Constructor. | |
| fillTreeSelection ($a_ref_id, $a_type, $a_depth) | |
| Fill selection template. | |
| getWizardPageBlockHTML () | |
| Get wizard page block html. | |
| Protected Member Functions | |
| initTemplate () | |
| init template | |
| fillMainBlock () | |
| protected | |
| fillItemBlock () | |
| Fill item block. | |
| fillAdditionalOptions () | |
| Fill additional options. | |
| readItems () | |
| Read items. | |
| fetchSelected ($a_node_id) | |
| Check if it is checked. | |
| Private Attributes | |
| $type | |
| $source_id | |
| $obj_id | |
| $item_type | |
| $tree | |
| $lng | |
| $objDefinition | |
Definition at line 35 of file class.ilCopyWizardPage.php.
| ilCopyWizardPage::__construct | ( | $a_source_id, | |
| $a_item_type = '' | |||
| ) | 
Constructor.
public
Definition at line 53 of file class.ilCopyWizardPage.php.
References $lng, $objDefinition, and $tree.
| 
 | protected | 
Check if it is checked.
protected
Definition at line 310 of file class.ilCopyWizardPage.php.
References $_POST, and ilCopyWizardOptions\COPY_WIZARD_COPY.
Referenced by fillItemBlock().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
| 
 | protected | 
Fill item block.
protected
Definition at line 211 of file class.ilCopyWizardPage.php.
References ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, ilCopyWizardOptions\COPY_WIZARD_OMIT, and fetchSelected().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
protected
Definition at line 168 of file class.ilCopyWizardPage.php.
References ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, ilCopyWizardOptions\COPY_WIZARD_OMIT, and ilUtil\getImagePath().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCopyWizardPage::fillTreeSelection | ( | $a_ref_id, | |
| $a_type, | |||
| $a_depth | |||
| ) | 
Fill selection template.
public
| int | ref_id of node | 
| string | type of current node | 
Definition at line 74 of file class.ilCopyWizardPage.php.
References $tpl, ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, and ilCopyWizardOptions\COPY_WIZARD_OMIT.
| ilCopyWizardPage::getWizardPageBlockHTML | ( | ) | 
Get wizard page block html.
public
Definition at line 143 of file class.ilCopyWizardPage.php.
References readItems().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
| 
 | protected | 
Read items.
protected
Definition at line 280 of file class.ilCopyWizardPage.php.
References $item_type.
Referenced by getWizardPageBlockHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 40 of file class.ilCopyWizardPage.php.
Referenced by readItems().
| 
 | private | 
Definition at line 43 of file class.ilCopyWizardPage.php.
Referenced by __construct().
| 
 | private | 
Definition at line 39 of file class.ilCopyWizardPage.php.
| 
 | private | 
Definition at line 44 of file class.ilCopyWizardPage.php.
Referenced by __construct().
| 
 | private | 
Definition at line 38 of file class.ilCopyWizardPage.php.
| 
 | private | 
Definition at line 42 of file class.ilCopyWizardPage.php.
Referenced by __construct().
| 
 | private | 
Definition at line 37 of file class.ilCopyWizardPage.php.