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

  • AnnotationsTable
  • ApplicationsTable
  • AsyncJobsTable
  • AuthProvidersTable
  • CategoriesTagsBaseTable
  • EndpointsTable
  • FoldersTable
  • HistoryTable
  • LocationsTable
  • MediaTable
  • ObjectCategoriesTable
  • ObjectPermissionsTable
  • ObjectPropertiesTable
  • ObjectRelationsTable
  • ObjectsBaseTable
  • ObjectTagsTable
  • ObjectTypesTable
  • PropertiesTable
  • PropertyTypesTable
  • RelationTypesTable
  • RolesTable
  • RolesUsersTable
  • StaticPropertiesTable
  • StreamsTable
  • TagsTable
  • TranslationsTable
  • TreesTable
  • UserTokensTable

Class TranslationsTable

Translations Model

Cake\ORM\Table
Extended by BEdita\Core\Model\Table\TranslationsTable
Namespace: BEdita\Core\Model\Table
Mixin: \Cake\ORM\Behavior\TimestampBehavior
Mixin: \BEdita\Core\Model\Behavior\UserModifiedBehavior
Located at Core/src/Model/Table/TranslationsTable.php

Methods summary

public
# initialize( array $config )

Codecoverageignore

public
# validationDefault( Cake\Validation\Validator $validator )

Codecoverageignore

public
# buildRules( Cake\ORM\RulesChecker $rules )

Codecoverageignore

protected
# _initializeSchema( Cake\Database\Schema\TableSchema $schema )

Codecoverageignore

Magic methods summary

public BEdita\Core\Model\Entity\Translation
# get( $primaryKey, $options = [] )

Parameters

$primaryKey
$options

Returns

BEdita\Core\Model\Entity\Translation
public BEdita\Core\Model\Entity\Translation
# newEntity( $data = null, array $options = [] )

Parameters

$data
$options

Returns

BEdita\Core\Model\Entity\Translation
public BEdita\Core\Model\Entity\Translation[]
# newEntities( array $data, array $options = [] )

Parameters

$data
$options

Returns

BEdita\Core\Model\Entity\Translation[]
public BEdita\Core\Model\Entity\Translation|boolean
# save( Cake\Datasource\EntityInterface $entity, $options = [] )

Parameters

$entity
$options

Returns

BEdita\Core\Model\Entity\Translation|boolean
public BEdita\Core\Model\Entity\Translation
# patchEntity( Cake\Datasource\EntityInterface $entity, array $data, array $options = [] )

Parameters

$entity
$data
$options

Returns

BEdita\Core\Model\Entity\Translation
public BEdita\Core\Model\Entity\Translation[]
# patchEntities( $entities, array $data, array $options = [] )

Parameters

$entities
$data
$options

Returns

BEdita\Core\Model\Entity\Translation[]
public BEdita\Core\Model\Entity\Translation
# findOrCreate( $search, callable $callback = null, $options = [] )

Parameters

$search
$callback
$options

Returns

BEdita\Core\Model\Entity\Translation

Properties summary

Magic properties

public BEdita\Core\Model\Table\ObjectsTable|Cake\ORM\Association\BelongsTo $Objects
public BEdita\Core\Model\Table\UsersTable|Cake\ORM\Association\BelongsTo $CreatedByUsers
public BEdita\Core\Model\Table\UsersTable|Cake\ORM\Association\BelongsTo $ModifiedByUsers
BEdita API doc | 4-cactus API documentation generated by ApiGen