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

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • Annotation
  • Application
  • AsyncJob
  • AuthProvider
  • Category
  • DateRange
  • ExternalAuth
  • History
  • Link
  • Location
  • ObjectCategory
  • ObjectEntity
  • ObjectPermission
  • ObjectProperty
  • ObjectRelation
  • Profile
  • Property
  • PropertyType
  • Publication
  • Relation
  • RelationType
  • Role
  • RolesUser
  • Stream
  • 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()

Constants summary

Constants inherited from BEdita\Core\Utility\JsonApiSerializable

JSONAPIOPT_BASIC, JSONAPIOPT_EXCLUDE_ATTRIBUTES, JSONAPIOPT_EXCLUDE_LINKS, JSONAPIOPT_EXCLUDE_META, JSONAPIOPT_EXCLUDE_RELATIONSHIPS

Properties summary

protected array $_accessible
# [ 'object_id' => true, 'lang' => true, 'status' => true, 'translated_fields' => true, ]
protected array $_hidden
# [ '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