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
  • PropertyType
  • Publication
  • Relation
  • RelationType
  • Role
  • RolesUser
  • Tag
  • Translation
  • Tree
  • UserToken

Traits

  • JsonApiAdminTrait
  • JsonApiModelTrait

Class History

History Entity

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

Methods summary

Methods inherited from BEdita\Core\Utility\JsonApiSerializable

jsonApiSerialize(), routeNamePrefix()

Properties summary

protected array $_accessible

Fields that can be mass assigned using newEntity() or patchEntity().

Fields that can be mass assigned using newEntity() or patchEntity().

Note that when '' is set to true, this allows all unspecified fields to be mass assigned. For security purposes, it is advised to set '' to false (or remove it), and explicitly make individual fields accessible as needed.

# [ '*' => false, ]

Magic properties

public integer $id
public string $resource_id
public string $resource_type
public Cake\I18n\Time $created
public integer $user_id
public integer $application_id
public string|null $user_action
public array|null $changed
public BEdita\Core\Model\Entity\User $user
public BEdita\Core\Model\Entity\Application $application
BEdita API doc | 4-cactus API documentation generated by ApiGen