Rapsys Git
/
airbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add session plural translation
[airbundle]
/
Resources
/
config
/
doctrine
/
Title.orm.yml
1
Rapsys\AirBundle\Entity\Title:
2
type: entity
3
#repositoryClass: Rapsys\AirBundle\Repository\TitleRepository
4
table: titles
5
fields:
6
short:
7
type: string
8
length: 16
9
oneToMany:
10
users:
11
targetEntity: User
12
mappedBy: title