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 Tag

Tag Entity

Cake\ORM\Entity
Extended by BEdita\Core\Model\Entity\Tag implements BEdita\Core\Utility\JsonApiSerializable uses BEdita\Core\Model\Entity\JsonApiModelTrait
Namespace: BEdita\Core\Model\Entity
Located at Core/src/Model/Entity/Tag.php

Methods summary

Methods inherited from BEdita\Core\Utility\JsonApiSerializable

jsonApiSerialize(), routeNamePrefix()

Methods used from BEdita\Core\Model\Entity\JsonApiModelTrait

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
# [ '*' => true, 'created' => false, 'modified' => false, ]
protected array $_hidden
# [ '_joinData', 'object_type_id', 'parent_id', 'tree_left', 'tree_right', ]

Magic properties

public integer $id
public integer|null $object_type_id
public string $name
public string|null $label
public integer|null $parent_id
public integer|null $tree_left
public integer|null $tree_right
public boolean $enabled
public Cake\I18n\Time $created
public Cake\I18n\Time $modified
public BEdita\Core\Model\Entity\ObjectCategory[] $object_tags
BEdita API doc | 4-cactus API documentation generated by ApiGen