ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Data Fields | |
const | EXPORT_IDENT_PROPERTY_SEPARATOR = '_' |
$objectInstanceId | |
$id = -1 | |
Static Public Attributes | |
static | $objectInstanceCounter = 0 |
Protected Member Functions | |
thumbnailFileExists () | |
getThumbnailFilePath () | |
getThumbnailFileUrl () | |
imageFileExists () | |
getImageFilePath () | |
getImageFileUrl () | |
Protected Attributes | |
$randomIdentifier = null | |
$solutionIdentifier = null | |
$indentation = 0 | |
$position = null | |
$content = null | |
$uploadImageName = null | |
$uploadImageFile = null | |
$imageRemovalRequest = null | |
$imagePathWeb = null | |
$imagePathFs = null | |
$imageThumbnailPrefix = null | |
Definition at line 11 of file class.ilAssOrderingElement.php.
ilAssOrderingElement::__construct | ( | ) |
ilAssOrderingElement constructor.
Definition at line 106 of file class.ilAssOrderingElement.php.
ilAssOrderingElement::__clone | ( | ) |
Cloning.
Definition at line 114 of file class.ilAssOrderingElement.php.
ilAssOrderingElement::__toString | ( | ) |
Definition at line 388 of file class.ilAssOrderingElement.php.
References getContent().
ilAssOrderingElement::getClone | ( | ) |
Definition at line 122 of file class.ilAssOrderingElement.php.
ilAssOrderingElement::getContent | ( | ) |
Definition at line 210 of file class.ilAssOrderingElement.php.
References $content.
Referenced by __toString(), assOrderingQuestion\createImageThumbnail(), ilAssOrderingFormValuesObjectsConverter\getImageContentValueFromObject(), getImageFilePath(), getImageFileUrl(), ilAssOrderingFormValuesObjectsConverter\getStructValueFromObject(), ilAssOrderingFormValuesObjectsConverter\getTextContentValueFromObject(), getThumbnailFilePath(), getThumbnailFileUrl(), imageFileExists(), assOrderingQuestion\isImageReplaced(), and thumbnailFileExists().
ilAssOrderingElement::getExportIdent | ( | ) |
Definition at line 448 of file class.ilAssOrderingElement.php.
References array, getIndentation(), getPosition(), getRandomIdentifier(), and getSolutionIdentifier().
ilAssOrderingElement::getId | ( | ) |
Definition at line 130 of file class.ilAssOrderingElement.php.
References $id.
Referenced by ilAssOrderingFormValuesObjectsConverter\getStructValueFromObject().
|
protected |
Definition at line 423 of file class.ilAssOrderingElement.php.
References getContent(), and getImagePathFs().
Referenced by imageFileExists().
|
protected |
Definition at line 428 of file class.ilAssOrderingElement.php.
References getContent(), and getImagePathWeb().
Referenced by getPresentationImageUrl().
ilAssOrderingElement::getImagePathFs | ( | ) |
Definition at line 298 of file class.ilAssOrderingElement.php.
References $imagePathFs.
Referenced by getImageFilePath(), and getThumbnailFilePath().
ilAssOrderingElement::getImagePathWeb | ( | ) |
Definition at line 282 of file class.ilAssOrderingElement.php.
References $imagePathWeb.
Referenced by getImageFileUrl(), and getThumbnailFileUrl().
ilAssOrderingElement::getImageThumbnailPrefix | ( | ) |
Definition at line 314 of file class.ilAssOrderingElement.php.
References $imageThumbnailPrefix.
Referenced by getThumbnailFilePath(), and getThumbnailFileUrl().
ilAssOrderingElement::getIndentation | ( | ) |
Definition at line 186 of file class.ilAssOrderingElement.php.
References $indentation.
Referenced by getExportIdent(), getStorageValue2(), ilAssOrderingFormValuesObjectsConverter\getStructValueFromObject(), and isSameElement().
ilAssOrderingElement::getPosition | ( | ) |
Definition at line 194 of file class.ilAssOrderingElement.php.
References $position.
Referenced by getExportIdent(), getStorageValue1(), getStorageValue2(), ilAssOrderingFormValuesObjectsConverter\getStructValueFromObject(), and isSameElement().
ilAssOrderingElement::getPresentationImageUrl | ( | ) |
Definition at line 433 of file class.ilAssOrderingElement.php.
References getImageFileUrl(), getThumbnailFileUrl(), imageFileExists(), and thumbnailFileExists().
Referenced by ilAssOrderingFormValuesObjectsConverter\getImageContentValueFromObject().
ilAssOrderingElement::getRandomIdentifier | ( | ) |
Definition at line 146 of file class.ilAssOrderingElement.php.
References $randomIdentifier.
Referenced by ilAssOrderingElementList\fetchIdentifier(), getExportIdent(), getStorageValue2(), ilAssOrderingFormValuesObjectsConverter\getStructValueFromObject(), and isSameElement().
ilAssOrderingElement::getSolutionIdentifier | ( | ) |
Definition at line 162 of file class.ilAssOrderingElement.php.
References $solutionIdentifier.
Referenced by ilAssOrderingElementList\fetchIdentifier(), getExportIdent(), getStorageValue1(), and isSameElement().
ilAssOrderingElement::getStorageValue1 | ( | $orderingType | ) |
Definition at line 356 of file class.ilAssOrderingElement.php.
References getPosition(), getSolutionIdentifier(), OQ_NESTED_PICTURES, OQ_NESTED_TERMS, OQ_PICTURES, and OQ_TERMS.
ilAssOrderingElement::getStorageValue2 | ( | $orderingType | ) |
Definition at line 372 of file class.ilAssOrderingElement.php.
References getIndentation(), getPosition(), getRandomIdentifier(), OQ_NESTED_PICTURES, OQ_NESTED_TERMS, OQ_PICTURES, and OQ_TERMS.
|
protected |
Definition at line 403 of file class.ilAssOrderingElement.php.
References getContent(), getImagePathFs(), and getImageThumbnailPrefix().
Referenced by thumbnailFileExists().
|
protected |
Definition at line 408 of file class.ilAssOrderingElement.php.
References getContent(), getImagePathWeb(), and getImageThumbnailPrefix().
Referenced by getPresentationImageUrl().
ilAssOrderingElement::getUploadImageFile | ( | ) |
Definition at line 226 of file class.ilAssOrderingElement.php.
References $uploadImageFile.
Referenced by isImageUploadAvailable().
ilAssOrderingElement::getUploadImageName | ( | ) |
Definition at line 242 of file class.ilAssOrderingElement.php.
References $uploadImageName.
|
protected |
Definition at line 413 of file class.ilAssOrderingElement.php.
References getContent(), and getImageFilePath().
Referenced by getPresentationImageUrl().
ilAssOrderingElement::isExportIdent | ( | $ident | ) |
Definition at line 460 of file class.ilAssOrderingElement.php.
References ilAssOrderingElementList\isValidIndentation(), ilAssOrderingElementList\isValidPosition(), ilAssOrderingElementList\isValidRandomIdentifier(), and ilAssOrderingElementList\isValidSolutionIdentifier().
Referenced by setExportIdent().
ilAssOrderingElement::isImageRemovalRequest | ( | ) |
Definition at line 266 of file class.ilAssOrderingElement.php.
References $imageRemovalRequest.
ilAssOrderingElement::isImageUploadAvailable | ( | ) |
Definition at line 258 of file class.ilAssOrderingElement.php.
References getUploadImageFile().
ilAssOrderingElement::isSameElement | ( | ilAssOrderingElement | $element | ) |
ilAssOrderingElement | $element |
Definition at line 331 of file class.ilAssOrderingElement.php.
References getIndentation(), getPosition(), getRandomIdentifier(), and getSolutionIdentifier().
ilAssOrderingElement::setContent | ( | $content | ) |
string | $content |
Definition at line 218 of file class.ilAssOrderingElement.php.
References $content.
ilAssOrderingElement::setExportIdent | ( | $ident | ) |
Definition at line 497 of file class.ilAssOrderingElement.php.
References isExportIdent(), setIndentation(), setPosition(), setRandomIdentifier(), and setSolutionIdentifier().
ilAssOrderingElement::setId | ( | $id | ) |
ilAssOrderingElement::setImagePathFs | ( | $imagePathFs | ) |
string | $imagePathFs |
Definition at line 306 of file class.ilAssOrderingElement.php.
References $imagePathFs.
Referenced by ilAssOrderingFormValuesObjectsConverter\getImageContentValueFromObject().
ilAssOrderingElement::setImagePathWeb | ( | $imagePathWeb | ) |
string | $imagePathWeb |
Definition at line 290 of file class.ilAssOrderingElement.php.
References $imagePathWeb.
Referenced by ilAssOrderingFormValuesObjectsConverter\getImageContentValueFromObject().
ilAssOrderingElement::setImageRemovalRequest | ( | $imageRemovalRequest | ) |
bool | $imageRemovalRequest |
Definition at line 274 of file class.ilAssOrderingElement.php.
References $imageRemovalRequest.
ilAssOrderingElement::setImageThumbnailPrefix | ( | $imageThumbnailPrefix | ) |
null | $imageThumbnailPrefix |
Definition at line 322 of file class.ilAssOrderingElement.php.
References $imageThumbnailPrefix.
Referenced by ilAssOrderingFormValuesObjectsConverter\getImageContentValueFromObject().
ilAssOrderingElement::setIndentation | ( | $indentation | ) |
int | $indentation |
Definition at line 178 of file class.ilAssOrderingElement.php.
References $indentation.
Referenced by setExportIdent().
ilAssOrderingElement::setPosition | ( | $position | ) |
int | $position |
Definition at line 202 of file class.ilAssOrderingElement.php.
References $position.
Referenced by setExportIdent().
ilAssOrderingElement::setRandomIdentifier | ( | $randomIdentifier | ) |
$randomIdentifier |
Definition at line 154 of file class.ilAssOrderingElement.php.
References $randomIdentifier.
Referenced by ilAssOrderingElementList\populateIdentifier(), and setExportIdent().
ilAssOrderingElement::setSolutionIdentifier | ( | $solutionIdentifier | ) |
int | $solutionIdentifier |
Definition at line 170 of file class.ilAssOrderingElement.php.
References $solutionIdentifier.
Referenced by ilAssOrderingElementList\populateIdentifier(), and setExportIdent().
ilAssOrderingElement::setUploadImageFile | ( | $uploadImageFile | ) |
string | $uploadImageFile |
Definition at line 234 of file class.ilAssOrderingElement.php.
References $uploadImageFile.
ilAssOrderingElement::setUploadImageName | ( | $uploadImageName | ) |
string | $uploadImageName |
Definition at line 250 of file class.ilAssOrderingElement.php.
References $uploadImageName.
|
protected |
Definition at line 393 of file class.ilAssOrderingElement.php.
References getContent(), and getThumbnailFilePath().
Referenced by getPresentationImageUrl().
|
protected |
Definition at line 71 of file class.ilAssOrderingElement.php.
Referenced by getContent(), and setContent().
ilAssOrderingElement::$id = -1 |
Definition at line 27 of file class.ilAssOrderingElement.php.
|
protected |
Definition at line 96 of file class.ilAssOrderingElement.php.
Referenced by getImagePathFs(), and setImagePathFs().
|
protected |
Definition at line 91 of file class.ilAssOrderingElement.php.
Referenced by getImagePathWeb(), and setImagePathWeb().
|
protected |
Definition at line 86 of file class.ilAssOrderingElement.php.
Referenced by isImageRemovalRequest(), and setImageRemovalRequest().
|
protected |
Definition at line 101 of file class.ilAssOrderingElement.php.
Referenced by getImageThumbnailPrefix(), and setImageThumbnailPrefix().
|
protected |
Definition at line 59 of file class.ilAssOrderingElement.php.
Referenced by getIndentation(), and setIndentation().
|
static |
Definition at line 15 of file class.ilAssOrderingElement.php.
ilAssOrderingElement::$objectInstanceId |
Definition at line 16 of file class.ilAssOrderingElement.php.
|
protected |
Definition at line 66 of file class.ilAssOrderingElement.php.
Referenced by getPosition(), and setPosition().
|
protected |
Definition at line 38 of file class.ilAssOrderingElement.php.
Referenced by getRandomIdentifier(), and setRandomIdentifier().
|
protected |
Definition at line 52 of file class.ilAssOrderingElement.php.
Referenced by getSolutionIdentifier(), and setSolutionIdentifier().
|
protected |
Definition at line 81 of file class.ilAssOrderingElement.php.
Referenced by getUploadImageFile(), and setUploadImageFile().
|
protected |
Definition at line 76 of file class.ilAssOrderingElement.php.
Referenced by getUploadImageName(), and setUploadImageName().
const ilAssOrderingElement::EXPORT_IDENT_PROPERTY_SEPARATOR = '_' |
Definition at line 13 of file class.ilAssOrderingElement.php.