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

  • CategoriesController
  • ModelController
  • ObjectTypesController
  • PropertiesController
  • PropertyTypesController
  • RelationsController
  • SchemaController

Class ObjectTypesController

Controller for /model/object_types endpoint.

BEdita\API\Controller\ResourcesController
Extended by BEdita\API\Controller\Model\ModelController
Extended by BEdita\API\Controller\Model\ObjectTypesController
Namespace: BEdita\API\Controller\Model
Since: 4.0.0
Located at API/src/Controller/Model/ObjectTypesController.php

Properties summary

public string $modelClass
# 'ObjectTypes'
protected array $_defaultConfig
# [ 'allowedAssociations' => [ 'left_relations' => ['relations'], 'right_relations' => ['relations'], 'parent' => ['object_types'], ], ]

Properties inherited from BEdita\API\Controller\Model\ModelController

$routeNamePrefix

Magic properties

public BEdita\Core\Model\Table\ObjectTypesTable $ObjectTypes
BEdita API doc | 4-cactus API documentation generated by ApiGen