ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
MarkableInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
26 {
30  public function isMarked(): bool;
31 
32  public function getMarker(): ?MarkerInterface;
33 
42  public function mark(
43  MarkerFactoryInterface $factory,
44  Action $action,
45  string $data_value = ''
46  );
47 }
mark(MarkerFactoryInterface $factory, Action $action, string $data_value='')
Leaves a trail of markers from this element up to the root element, or up to the first already marked...
isMarked()
Elements can be marked to be created, updated or deleted.