ILIAS
Release_4_0_x_branch Revision 61816
|
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().
|
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().
|
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().
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, ilCopyWizardOptions\COPY_WIZARD_OMIT, and elseif().
ilCopyWizardPage::getWizardPageBlockHTML | ( | ) |
Get wizard page block html.
public
Definition at line 143 of file class.ilCopyWizardPage.php.
References readItems().
|
protected |
|
protected |
Read items.
protected
Definition at line 280 of file class.ilCopyWizardPage.php.
References $item_type.
Referenced by getWizardPageBlockHTML().
|
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.