PHP 클래스 Neos\Flow\Annotations\Entity

Behaves like \Doctrine\ORM\Mapping\Entity so it is interchangeable with that.
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$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