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 Translation

Translation Entity

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

Methods summary

Methods inherited from BEdita\Core\Utility\JsonApiSerializable

jsonApiSerialize(), routeNamePrefix()

Properties summary

protected array $_accessible

Inheritdoc

# [ 'object_id' => true, 'lang' => true, 'status' => true, 'translated_fields' => true, ]
protected array $_hidden

Inheritdoc

# [ 'created_by_user', 'modified_by_user', ]

Magic properties

public integer $id
public integer $object_id
public string $lang
public string $status
public Cake\I18n\Time|Cake\I18n\FrozenTime $created
public Cake\I18n\Time|Cake\I18n\FrozenTime $modified
public integer $created_by
public integer $modified_by
public array $translated_fields
public BEdita\Core\Model\Entity\ObjectEntity $object
public BEdita\Core\Model\Entity\User $created_by_user
public BEdita\Core\Model\Entity\User $modified_by_user
BEdita API doc | 4-cactus API documentation generated by ApiGen