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 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()

Properties summary

protected array $_accessible

Inheritdoc

# [ '*' => true, 'created' => false, 'modified' => false, ]
protected array $_hidden

Inheritdoc

# [ '_joinData', ]

Magic properties

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