Overview

Namespaces

  • DcGeneral
    • Clipboard
    • Contao
      • Callback
      • Compatibility
      • DataDefinition
        • Definition
      • Dca
        • Builder
          • Legacy
        • Definition
        • Palette
        • Populator
      • Event
      • View
        • Contao2BackendView
          • Event
    • Controller
    • Data
    • DataDefinition
      • Builder
      • Definition
        • Properties
        • View
          • Panel
      • ModelRelationship
      • Palette
        • Builder
          • Event
        • Condition
          • Palette
          • Property
    • EnvironmentPopulator
    • Event
    • Exception
    • Factory
      • Event
    • Panel
    • View
      • Event

Classes

  • AbstractModel
  • DCGE
  • DefaultCollection
  • DefaultConfig
  • DefaultDataProvider
  • DefaultLanguageInformation
  • DefaultLanguageInformationCollection
  • DefaultModel
  • MultiLanguageDataProvider
  • NoOpDataProvider
  • PropertyValueBag
  • TableRowsAsRecordsDataProvider

Interfaces

  • CollectionInterface
  • ConfigInterface
  • DataProviderInterface
  • LanguageInformationCollectionInterface
  • LanguageInformationInterface
  • ModelInterface
  • MultiLanguageDataProviderInterface
  • PropertyValueBagInterface
  • VersionModelInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class DCGE

This class is a holder for all const vars.

Namespace: DcGeneral\Data
Located at Data/DCGE.php
Constants summary
integer LANGUAGE_SL 1
#

Single language

Single language

integer LANGUAGE_ML 2
#

Multi language

Multi language

string INSERT_AFTER_START 'start'
#

Move/Insert after Start

Move/Insert after Start

string INSERT_AFTER_END 'end'
#

Move/Insert after End

Move/Insert after End

string INSERT_INTO_ROOT 'root'
#

Move/Insert into root

Move/Insert into root

string MODEL_SORTING_ASC 'ASC'
#

DataProvider sorting order asc

DataProvider sorting order asc

string MODEL_SORTING_DESC 'DESC'
#

DataProvider sorting order desc

DataProvider sorting order desc

integer MODE_NON_SORTING 0
#

Sorting unsorted.

Sorting unsorted.

integer MODE_FIXED_FIELD 1
#

Sorting by a fixed field.

Sorting by a fixed field.

integer MODE_VARIABLE_FIELD 2
#

Sorting by a variable field.

Sorting by a variable field.

integer MODE_PARENT_VIEW 3
#

Sorting by the parent record.

Sorting by the parent record.

integer MODE_SIMPLE_TREEVIEW 5
#

Sorting as a simple tree.

Sorting as a simple tree.

integer MODE_PARENT_TREEVIEW 6
#

Sorting as a parented tree.

Sorting as a parented tree.

string TREE_VIEW_TITLE 'dc_gen_tv_title'
#

Title of an item in a tree view.

Title of an item in a tree view.

string TREE_VIEW_LEVEL 'dc_gen_tv_level'
#

The current level in a tree view.

The current level in a tree view.

string TREE_VIEW_IS_OPEN 'dc_gen_tv_open'
#

Is the tree item open.

Is the tree item open.

string TREE_VIEW_CHILD_COLLECTION 'dc_gen_children_collection'
#

Child Collection.

Child Collection.

string TREE_VIEW_HAS_CHILDS 'dc_gen_tv_children'
#

State if we have children.

State if we have children.

string MODEL_BUTTONS '%buttons%'
#
string MODEL_LABEL_ARGS '%args%'
#
string MODEL_LABEL_VALUE '%content%'
#
string MODEL_GROUP_HEADER '%header%'
#
string MODEL_GROUP_VALUE '%group%'
#
string MODEL_CLASS '%class%'
#
string MODEL_IS_CHANGED 'isChanged'
#

State if the model is changed

State if the model is changed

string MODEL_EVEN_ODD_CLASS '%rowClass%'
#
string MODEL_PID 'pid'
#

parents id value.

parents id value.

string MODEL_PTABLE 'ptable'
#

parents provider name.

parents provider name.

contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0