Documentation

Entity
in package
implements MappingAttribute

FinalYes
Tags
Annotation
NamedArgumentConstructor

()

Target

("CLASS")

template

T of object

Table of Contents

Interfaces

MappingAttribute
A marker interface for mapping attributes.

Properties

$readOnly  : bool
$repositoryClass  : string|null

Methods

__construct()  : mixed

Properties

$readOnly

public bool $readOnly = false
Tags
readonly

$repositoryClass

public string|null $repositoryClass
Tags
psalm-var

class-string<EntityRepository<T>>|null

readonly

Methods

__construct()

public __construct([string|null $repositoryClass = null ][, bool $readOnly = false ]) : mixed
Parameters
$repositoryClass : string|null = null
$readOnly : bool = false
Tags
psalm-param

class-string<EntityRepository<T>>|null $repositoryClass


        
On this page

Search results