PHP Class Neos\Flow\Annotations\Entity

Behaves like \Doctrine\ORM\Mapping\Entity so it is interchangeable with that.
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$readOnly boolean Whether the entity should be read-only.
$repositoryClass string Name of the repository class to use for managing the entity.

Property Details

$readOnly public_oe property

Whether the entity should be read-only.
public bool $readOnly
Résultat boolean

$repositoryClass public_oe property

Name of the repository class to use for managing the entity.
public string $repositoryClass
Résultat string