|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Export\ImportStatus\ilHandler:
Collaboration diagram for ILIAS\Export\ImportStatus\ilHandler:Public Member Functions | |
| __construct () | |
| getType () | |
| withType (StatusType $type) | |
| getContent () | |
| withContent (ilImportStatusContentInterface $content) | |
Public Member Functions inherited from ILIAS\Export\ImportStatus\I\ilHandlerInterface | |
| getType () | |
| getContent () | |
| withType (StatusType $type) | |
| withContent (ilImportStatusContentInterface $content) | |
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().
Here is the caller graph for this function:| 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().