Class Informationsystem_Model
Informationsystem_Model
- Core_ORM
-
Core_Entity
-
Informationsystem_Model
Direct known subclasses
Informationsystem_Comment_Property_List_Model,
Informationsystem_Group_Property_List_Model,
Informationsystem_Item_Property_List_Model
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at informationsystem/model.php
Methods summary
public
|
|
public
|
|
public
Informationsystem|null
|
|
public
string
|
|
public
string
|
|
public
string|null
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
array
|
|
public
|
|
public
string
|
|
public
stdObject
|
|
protected
|
|
public
string
|
#
nameBadge( Admin_Form_Field $oAdmin_Form_Field,
Backend badge |
public
string
|
|
public
string
|
|
public
string
|
|
public
|
Methods inherited from Core_Entity
__call(),
_getCopiedName(),
addAllowedTag(),
addEntities(),
addEntity(),
addForbiddenTag(),
addForbiddenTags(),
addXmlTag(),
applyMarksDeleted(),
changeCopiedName(),
clear(),
clearEntities(),
clearEntitiesAfterGetXml(),
clearXmlTags(),
create(),
factory(),
find(),
findAll(),
getCount(),
getEntities(),
getFieldIDs(),
getFields(),
getForbiddenTags(),
getMarksDeleted(),
getName(),
getNameColumn(),
getRelations(),
getTableColums(),
getTrashDescription(),
getXmlTagName(),
getXmlTags(),
markDeleted(),
removeForbiddenTag(),
setCheck(),
setMarksDeleted(),
setXmlTagName(),
undelete(),
update()
Methods inherited from Core_ORM
__clone(),
__get(),
__isset(),
__set(),
__toString(),
_convertPropertyValue(),
_getRelation(),
_init(),
_load(),
_loadColumnCacheDefaultValues(),
_loadColumns(),
_onAfterLoad(),
_onBeforeLoad(),
_relations(),
_setDefaultValues(),
_setPreloadValues(),
add(),
changed(),
check(),
chunk(),
clearColumnCache(),
clearRelationCache(),
clearRelationModelCache(),
deleteAll(),
getChangedData(),
getClassName(),
getDatabase(),
getFirst(),
getLast(),
getModelName(),
getPrimaryKey(),
getPrimaryKeyName(),
getTableColumns(),
getTableName(),
isCallable(),
isEmptyPrimaryKey(),
load(),
loaded(),
queryBuilder(),
remove(),
setDatabaseDriver(),
setRelations(),
setValues(),
toArray()
Properties summary
protected
mixed
|
$_modelName
Model name |
#
'informationsystem'
|
public
mixed
|
$img
Backend property |
#
1
|
protected
array
|
$_hasMany
One-to-many or many-to-many relations |
#
array(
'informationsystem_item' => array(),
'informationsystem_group' => array(),
'informationsystem_group_property' => array(),
'informationsystem_group_property_dir' => array(),
'informationsystem_item_property' => array(),
'informationsystem_item_property_dir' => array(),
'informationsystem_comment_property' => array(),
'informationsystem_comment_property_dir' => array()
)
|
protected
array
|
$_belongsTo
Belongs to relations |
#
array(
'informationsystem_dir' => array(),
'siteuser_group' => array(),
'structure' => array(),
'site' => array(),
'user' => array()
)
|
protected
array
|
$_preloadValues
List of preloaded values |
#
array(
'informationsystem_dir_id' => 0,
'use_captcha' => 1,
'watermark_file' => '',
'watermark_default_use_large_image' => 0,
'watermark_default_use_small_image' => 0,
'watermark_default_position_x' => '50%',
'watermark_default_position_y' => '100%',
'items_on_page' => 10,
'structure_id' => 0,
'format_date' => '%d.%m.%Y',
'format_datetime' => '%d.%m.%Y %H:%M:%S',
'image_large_max_width' => 300,
'image_large_max_height' => 300,
'image_small_max_width' => 70,
'image_small_max_height' => 70,
'url_type' => 0,
'typograph_default_items' => 0,
'typograph_default_groups' => 0,
'apply_tags_automatically' => 1,
'change_filename' => 1,
'apply_keywords_automatically' => 1,
'group_image_large_max_width' => 300,
'group_image_large_max_height' => 300,
'group_image_small_max_width' => 70,
'group_image_small_max_height' => 70,
'preserve_aspect_ratio' => 1,
'preserve_aspect_ratio_small' => 1,
'siteuser_group_id' => 0
)
|
protected
array
|
$_forbiddenTags
Forbidden tags. If list of tags is empty, all tags will be shown. |
#
array(
'deleted',
'user_id',
'items_sorting_direction',
'items_sorting_field',
'groups_sorting_direction',
'groups_sorting_field',
'image_large_max_width',
'image_large_max_height',
'image_small_max_width',
'image_small_max_height',
'siteuser_group_id',
'watermark_file',
'watermark_default_use_large_image',
'watermark_default_use_small_image',
'watermark_default_position_x',
'watermark_default_position_y',
'create_small_image',
'typograph_default_items',
'typograph_default_groups',
'apply_tags_automatically',
'change_filename',
'apply_keywords_automatically',
'group_image_small_max_width',
'group_image_large_max_width',
'group_image_small_max_height',
'group_image_large_max_height',
'preserve_aspect_ratio',
'preserve_aspect_ratio_small',
'preserve_aspect_ratio_group',
'preserve_aspect_ratio_group_small',
'seo_group_title_template',
'seo_group_keywords_template',
'seo_group_description_template',
'seo_item_title_template',
'seo_item_keywords_template',
'seo_item_description_template'
)
|
protected
array
|
$_shortcodeTags
List of Shortcodes tags |
#
array(
'description'
)
|
protected
array
|
$_groupsTree
Tree of groups |
#
array()
|
protected
array
|
$_cacheGroups
Cache of groups |
#
array()
|
protected
array
|
$_cacheItems
Cache of items |
#
array()
|
protected
boolean
|
$_showXmlCounts
Calculate counts |
#
TRUE
|
Properties inherited from Core_Entity
$_allowedTags,
$_cacheAllowedTags,
$_cacheFieldIDs,
$_cacheForbiddenTags,
$_cacheShortcodeTags,
$_changeCopiedName,
$_check,
$_childrenEntities,
$_clearEntitiesAfterGetXml,
$_hasRevisions,
$_marksDeleted,
$_nameColumn,
$_tagName,
$_typicalForbiddenTags,
$_xmlTags
Properties inherited from Core_ORM
$_bSetPreloadValues,
$_changedColumns,
$_columnCache,
$_columnCacheDefaultValues,
$_dataValues,
$_database,
$_databaseDriver,
$_hasOne,
$_loaded,
$_modelColumns,
$_primaryKey,
$_queryBuilder,
$_relationCache,
$_relationModelCache,
$_relations,
$_saved,
$_skipColumns,
$_sorting,
$_tableColumns,
$_tableName,
$cache,
$columnCache,
$config,
$relationCache