Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/entity/mapping/Entity.RolePermissions.dcm.yml

38 lines
733 B

Entity\RolePermissions:
type: entity
table: c_role_permissions
repositoryClass: Entity\Repository\RolePermissionsRepository
fields:
id:
id: true
type: integer
unsigned: false
nullable: false
c_id:
id: true
type: integer
unsigned: false
nullable: false
role_id:
id: true
type: integer
unsigned: false
nullable: false
tool:
id: true
type: string
length: 250
fixed: false
nullable: false
action:
id: true
type: string
length: 50
fixed: false
nullable: false
default_perm:
type: boolean
nullable: false
lifecycleCallbacks:
prePersist:
- before_save