ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct () | |
getType () | |
withType (StatusType $type) | |
getContent () | |
withContent (ilImportStatusContentInterface $content) | |
![]() | |
withType (StatusType $type) | |
Private Attributes | |
StatusType | $type |
ilImportStatusContentInterface | $content |
Definition at line 26 of file class.ilHandler.php.
ILIAS\Export\ImportStatus\ilHandler::__construct | ( | ) |
Definition at line 31 of file class.ilHandler.php.
ILIAS\Export\ImportStatus\ilHandler::getContent | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilHandlerInterface.
Definition at line 48 of file class.ilHandler.php.
References ILIAS\Export\ImportStatus\ilHandler\$content.
ILIAS\Export\ImportStatus\ilHandler::getType | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilHandlerInterface.
Definition at line 36 of file class.ilHandler.php.
References ILIAS\Export\ImportStatus\ilHandler\$type.
Referenced by ILIAS\Export\ImportStatus\ilCollection\getArrayOfElementsWithType().
ILIAS\Export\ImportStatus\ilHandler::withContent | ( | ilImportStatusContentInterface | $content | ) |
Implements ILIAS\Export\ImportStatus\I\ilHandlerInterface.
Definition at line 53 of file class.ilHandler.php.
References ILIAS\Export\ImportStatus\ilHandler\$content.
ILIAS\Export\ImportStatus\ilHandler::withType | ( | StatusType | $type | ) |
Definition at line 41 of file class.ilHandler.php.
References ILIAS\Export\ImportStatus\ilHandler\$type.
|
private |
Definition at line 29 of file class.ilHandler.php.
Referenced by ILIAS\Export\ImportStatus\ilHandler\getContent(), and ILIAS\Export\ImportStatus\ilHandler\withContent().
|
private |
Definition at line 28 of file class.ilHandler.php.
Referenced by ILIAS\Export\ImportStatus\ilHandler\getType(), and ILIAS\Export\ImportStatus\ilHandler\withType().