mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
Implemented attribute text
This commit is contained in:
parent
90df65828c
commit
608b00794b
@ -8,6 +8,7 @@ use Infinito\Domain\RightManagement\RightTransformerService;
|
|||||||
use Doctrine\Common\Collections\Collection;
|
use Doctrine\Common\Collections\Collection;
|
||||||
use Infinito\Domain\RequestManagement\Entity\RequestedEntityServiceInterface;
|
use Infinito\Domain\RequestManagement\Entity\RequestedEntityServiceInterface;
|
||||||
use Infinito\Exception\NotCorrectInstanceException;
|
use Infinito\Exception\NotCorrectInstanceException;
|
||||||
|
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is not ready and not tested!
|
* This class is not ready and not tested!
|
||||||
@ -121,7 +122,7 @@ final class EntityDomService implements EntityDomServiceInterface
|
|||||||
$domElement->setAttribute('layer', $layer);
|
$domElement->setAttribute('layer', $layer);
|
||||||
$domElement->setAttribute('id', $value->getId());
|
$domElement->setAttribute('id', $value->getId());
|
||||||
$domElement->setAttribute('value', $value->getId());
|
$domElement->setAttribute('value', $value->getId());
|
||||||
|
$domElement->setAttribute('name', LayerType::getReadableValue($layer));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user