PHP Class Doctrine\ODM\PHPCR\Mapping\Annotations\Document

Show file Open project: doctrine/phpcr-odm

Public Properties

Property Type Description
$childClasses array
$inheritMixins boolean
$isLeaf boolean
$mixins array
$nodeType string
$referenceable boolean
$repositoryClass string
$translator string
$uniqueNodeType boolean
$versionable string

Property Details

$childClasses public property

public array $childClasses
return array

$inheritMixins public property

public bool $inheritMixins
return boolean

$isLeaf public property

public bool $isLeaf
return boolean

$mixins public property

public array $mixins
return array

$nodeType public property

public string $nodeType
return string

$referenceable public property

public bool $referenceable
return boolean

$repositoryClass public property

public string $repositoryClass
return string

$translator public property

public string $translator
return string

$uniqueNodeType public property

public bool $uniqueNodeType
return boolean

$versionable public property

public string $versionable
return string