BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Model
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Utility
    • Core
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Validation
      • ORM
        • Locator
      • Utility

Classes

  • Annotation
  • Application
  • AsyncJob
  • AuthProvider
  • Category
  • DateRange
  • ExternalAuth
  • History
  • Link
  • Location
  • ObjectCategory
  • ObjectPermission
  • ObjectProperty
  • ObjectRelation
  • ObjectTag
  • Profile
  • Property
  • PropertyType
  • Publication
  • Relation
  • RelationType
  • Role
  • RolesUser
  • Tag
  • Translation
  • Tree
  • UserToken

Traits

  • JsonApiAdminTrait
  • JsonApiModelTrait

Class RolesUser

RolesUser Entity

Cake\ORM\Entity
Extended by BEdita\Core\Model\Entity\RolesUser
Namespace: BEdita\Core\Model\Entity
Located at Core/src/Model/Entity/RolesUser.php

Properties summary

protected array $_accessible

Inheritdoc

# [ '*' => true, 'id' => false, ]
protected array $_hidden

Inheritdoc

# [ 'id', 'role_id', 'user_id', ]

Magic properties

public integer $id
public integer $role_id
public integer $user_id
public BEdita\Core\Model\Entity\Role $role
public BEdita\Core\Model\Entity\User $user
BEdita API doc | 4-cactus API documentation generated by ApiGen