PHP Класс Neos\Flow\Annotations\Entity

Behaves like \Doctrine\ORM\Mapping\Entity so it is interchangeable with that.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$readOnly boolean Whether the entity should be read-only.
$repositoryClass string Name of the repository class to use for managing the entity.

Описание свойств

$readOnly публичное свойство

Whether the entity should be read-only.
public bool $readOnly
Результат boolean

$repositoryClass публичное свойство

Name of the repository class to use for managing the entity.
public string $repositoryClass
Результат string