3 declare(strict_types=1);
85 $this->objectInstanceId = ++self::$objectInstanceCounter;
93 $this->objectInstanceId = ++self::$objectInstanceCounter;
106 public function setId(
int $id): void
165 if (is_array($content)) {
166 $content = array_shift($content);
181 if (is_array($uploadImageFile)) {
182 $uploadImageFile = array_shift($uploadImageFile);
200 if (is_array($uploadImageName)) {
201 $uploadImageName = array_shift($uploadImageName);
293 switch ($orderingType) {
308 switch ($orderingType) {
386 return implode(self::EXPORT_IDENT_PROPERTY_SEPARATOR, $ident);
391 if (!strlen($ident)) {
395 $parts = explode(self::EXPORT_IDENT_PROPERTY_SEPARATOR, $ident);
407 list($randomId, $solutionId, $pos, $indent) = explode(
408 self::EXPORT_IDENT_PROPERTY_SEPARATOR,
421 $clone = clone $this;
422 $clone->random_identifier =
$id;
427 $clone = clone $this;
428 $clone->solution_identifier =
$id;
433 $clone = clone $this;
439 $clone = clone $this;
445 $clone = clone $this;
static isValidPosition($position)
isSameElement(ilAssOrderingElement $element)
setRandomIdentifier(int $random_identifier)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
int $indentation
the correct width of indentation for the element
bool $imageRemovalRequest
setUploadImageName($uploadImageName)
getStorageValue1($orderingType)
const EXPORT_IDENT_PROPERTY_SEPARATOR
setUploadImageFile($uploadImageFile)
getImageThumbnailPrefix()
withSolutionIdentifier(int $id)
int $random_identifier
this identifier is generated randomly it is recycled for known elements
static isValidRandomIdentifier($identifier)
setImagePathFs($imagePathFs)
withIndentation(int $indentation)
setImagePathWeb($imagePathWeb)
__construct(int $id=-1)
ilAssOrderingElement constructor.
withRandomIdentifier(int $id)
setImageRemovalRequest($imageRemovalRequest)
getPresentationImageUrl()
isExportIdent(string $ident)
withPosition(int $position)
setIndentation(int $indentation)
int $position
the correct position in the ordering sequence
getStorageValue2($orderingType)
static $objectInstanceCounter
setPosition(int $position)
setImageThumbnailPrefix($imageThumbnailPrefix)
withContent(string $content)
static isValidSolutionIdentifier($identifier)
setSolutionIdentifier(int $solution_identifier)
static isValidIndentation($indentation)
int $solution_identifier
this identifier is used to identify elements and is stored together with the set position and indenta...