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 Role

Role Entity.

Cake\ORM\Entity
Extended by BEdita\Core\Model\Entity\Role implements BEdita\Core\Utility\JsonApiSerializable uses BEdita\Core\Model\Entity\JsonApiTrait (not available)
Namespace: BEdita\Core\Model\Entity
Since: 4.0.0
Located at Core/src/Model/Entity/Role.php

Methods summary

Methods inherited from BEdita\Core\Utility\JsonApiSerializable

jsonApiSerialize(), routeNamePrefix()

Properties summary

protected array $_accessible

Inheritdoc

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

Inheritdoc

# [ 'endpoint_permissions', ]

Magic properties

public integer $id
public string $name
public string $description
public boolean $unchangeable
public Cake\I18n\Time $created
public Cake\I18n\Time $modified
public BEdita\Core\Model\Entity\User[] $users
public BEdita\Core\Model\Entity\EndpointPermission[] $endpoint_permissions
BEdita API doc | 4-cactus API documentation generated by ApiGen