Informationsystem_Group_Property_List_Model
extends Informationsystem_Model
in package
Informationsystem_Group_Property_List_Model
Tags
Table of Contents
Properties
- $changeFilename : mixed
- Backend property
- $config : mixed
- ORM config
- $img : mixed
- Backend property
- $watermarkFilePath : mixed
- Backend property
- $_allowedTags : array<string|int, mixed>
- Allowed tags. If list of tags is empty, all tags will show.
- $_attributes : array<string|int, mixed>
- Entity Attributes
- $_belongsTo : array<string|int, mixed>
- Belongs to relations
- $_cacheGroups : array<string|int, mixed>
- Cache of groups
- $_cacheItems : array<string|int, mixed>
- Cache of items
- $_changeCopiedName : bool
- Change copied name is necessary, default FALSE
- $_changedColumns : array<string|int, mixed>
- List of changed columns
- $_dataValues : array<string|int, mixed>
- data-values, e.g. dataMyValue
- $_forbiddenTags : array<string|int, mixed>
- Forbidden tags. If list of tags is empty, all tags will be shown.
- $_groupsTree : mixed
- Tree of groups
- $_hasMany : array<string|int, mixed>
- One-to-many or many-to-many relations
- $_hasOne : array<string|int, mixed>
- One-to-one relations
- $_hasRevisions : mixed
- Has revisions
- $_marksDeleted : mixed
- Marks deleted entity
- $_modelColumns : array<string|int, mixed>
- List of columns in model with values
- $_modelName : string
- Name of the model
- $_nameColumn : string
- Column consist item's name
- $_preloadValues : array<string|int, mixed>
- List of preloaded values
- $_primaryKey : string
- Primary key
- $_queryBuilder : Core_QueryBuilder_Select
- Select query builder
- $_shortcodeTags : array<string|int, mixed>
- List of Shortcodes tags
- $_showXmlCounts : bool
- Calculate counts
- $_skipColumns : array<string|int, mixed>
- List of skipped columns from table
- $_sorting : array<string|int, mixed>
- Default sorting for models <code> protected $_sorting = array( 'tablename.sorting' => 'ASC' ); </code>
- $_tableColumns : array<string|int, mixed>
- List of columns in table
- $_tableName : string
- Name of the table
- $_typicalForbiddenTags : array<string|int, mixed>
- Typical forbidden tags.
Methods
- __call() : mixed
- Triggered when invoking inaccessible methods in an object context
- __construct() : mixed
- Constructor.
- add() : self
- Add related object. If main object does not save, it will save.
- addAllowedTag() : self
- Add tag to allowed tags list
- addAllowedTags() : self
- Add tags to allowed tags list
- addAttribute() : self
- Add entity attribute
- addEntities() : self
- Add children entities
- addEntity() : self
- Add a children entity
- addForbiddenTag() : self
- Add tag to forbidden tags list
- addForbiddenTags() : self
- Add tags to forbidden tags list
- addXmlTag() : self
- Add external tag for entity
- applyMarksDeleted() : self
- Apply markDeleted flag if is set
- backupRevision() : self
- Backup revision
- changeCopiedName() : self
- Set if change copied name is necessary
- changed() : bool
- Check model has been changed.
- check() : self
- Check model values. If model has incorrect value, one will correct or call exception.
- chunk() : bool
- Retrieve a small chunk and feeds each one into $callback for processing. It stops looping when $callback returns FALSE
- clear() : self
- Clear object
- clearEntities() : self
- Clear enities
- clearEntitiesAfterGetXml() : self
- Clear all entities after XML generation
- clearXmlTags() : mixed
- Clear external XML tags for entity.
- copy() : Core_Entity
- Copy object
- create() : self
- Insert new object data into database
- createDir() : self
- Create files directory
- createPropertyDir() : self
- Create object directory
- delete() : self
- Delete object from database
- deleteAll() : self
- Delete all object
- deleteDir() : self
- Delete information system directory
- deleteEmptyDirs() : mixed
- Delete empty groups in UPLOAD path for informationsystem
- deleteWatermarkFile() : self
- Delete watermark file
- factory() : mixed
- Create and return an object of model
- find() : self
- Find object in database and load one
- findAll() : array<string|int, mixed>
- Find all objects
- getAllowedTags() : array<string|int, mixed>
- Get allowed tags list
- getByStructureId() : Informationsystem|null
- Get information system by structure id
- getChangedData() : array<string|int, mixed>
- Get changed columns with values
- getClassName() : string
- Get Model CallsName
- getCount() : int
- Get count object
- getDatabaseDriver() : string
- Get name of Database Driver
- getDataValues() : array<string|int, mixed>
- Get dataValues
- getDirHref() : string
- Get object directory href
- getDirPath() : string
- Get object directory path
- getEntities() : array<string|int, mixed>
- Get children entities
- getFieldIDs() : array<string|int, mixed>
- Get visible field's IDs
- getFields() : array<string|int, mixed>
- Get field's values
- getFirst() : null|Core_ORM
- Get fist entity, ordered by primary key
- getForbiddenTags() : array<string|int, mixed>
- Get forbidden tags list
- getHref() : string
- Get information system href
- getLargeFileName() : string
- Get property large image file name
- getLargeImageMaxHeight() : int
- Get large image max height
- getLargeImageMaxWidth() : int
- Get large image max width
- getLast() : null|Core_ORM
- Get last entity, ordered by primary key
- getMarksDeleted() : string
- Get column name for marks deleted
- getModelName() : string
- Get model name, e.g. 'book' for 'Book_Model'
- getName() : string
- Get entity name
- getNameColumn() : string
- Get Name Column
- getPath() : string
- Get information system path
- getPrimaryKey() : mixed
- Get primary key value
- getPrimaryKeyName() : string
- Get primary key name
- getRelatedSite() : Site_Model|null
- Get Related Site
- getRelations() : array<string|int, mixed>
- Get all relations of entity
- getSmallFileName() : string
- Get property small image file name
- getSmallImageMaxHeight() : int
- Get small image max height
- getSmallImageMaxWidth() : int
- Get small image max width
- getStdObject() : stdObject
- Get stdObject for entity and children entities
- getTableColumns() : array<string|int, mixed>
- Get tableColumns
- getTableColums() : array<string|int, mixed>
- Get table columns. Fix wrong method name
- getTableName() : string
- Get table name
- getTrashDescription() : string
- Get entity description
- getWatermarkDefaultPositionX() : string
- The position of watermark on the X axis
- getWatermarkDefaultPositionY() : string
- The position of watermark on the Y axis
- getWatermarkFileHref() : string
- Get watermark href
- getWatermarkFilePath() : string|null
- Get watermark path
- getXml() : string
- Get XML for entity and children entities
- getXmlTagName() : string
- Get tag name
- getXmlTags() : array<string|int, mixed>
- Get external XML tags for entity.
- isCallable() : bool
- Verify that the contents of a variable can be called as a function
- isEmptyPrimaryKey() : bool
- Check is primary key NULL
- layWatermarOnLargeImage() : int
- Check if watermark should be laid on large image
- layWatermarOnSmallImage() : int
- Check if watermark should be laid on small image
- markDeleted() : self
- Mark entity as deleted
- nameBadge() : string
- Backend badge
- pathBackend() : string
- Backend callback method
- queryBuilder() : Core_QueryBuilder_Select
- Get query builder for select
- recount() : Informationsystem_Model
- Recount items and subgroups
- remove() : self
- Remove related object. If main object does not save, it will save.
- removeAllowedTag() : self
- Remove tag from allowed tags list
- removeForbiddenTag() : self
- Remove tag from forbidden tags list
- rollbackRevision() : self
- Rollback Revision
- save() : Core_Entity
- Save object.
- saveWatermarkFile() : mixed
- Specify watermark file for information system
- setCheck() : self
- Set _check flag
- setDatabaseDriver() : mixed
- Set name of Database Driver
- setMarksDeleted() : self
- Set column name for marks deleted
- setRelations() : self
- Set $this->_relations
- setTableName() : selg
- Set table name
- setXmlTagName() : self
- Set name of XML node
- showXmlCounts() : self
- Add comments XML to item
- toArray() : array<string|int, mixed>
- Convert Object to Array
- undelete() : self
- Turn off deleted status
- update() : self
- Update object data into database
- _callSubgroup() : array<string|int, mixed>
- Calculate groups and items count in parent group
- _getCopiedName() : mixed
- Get the name of a new copied object
- _isTagAvailable() : bool
- Is $tagName Available
- _prepareData() : self
- Prepare entity and children entities
- getDatabase() : Core_DataBase
- Get Database
Properties
$changeFilename
Backend property
public
mixed
$changeFilename
= \TRUE
$config
ORM config
public
static mixed
$config
= \NULL
$img
Backend property
public
mixed
$img
= 1
$watermarkFilePath
Backend property
public
mixed
$watermarkFilePath
= ''
$_allowedTags
Allowed tags. If list of tags is empty, all tags will show.
protected
array<string|int, mixed>
$_allowedTags
= array()
$_attributes
Entity Attributes
protected
array<string|int, mixed>
$_attributes
= array()
$_belongsTo
Belongs to relations
protected
array<string|int, mixed>
$_belongsTo
= array('informationsystem_dir' => array(), 'siteuser_group' => array(), 'structure' => array(), 'site' => array(), 'user' => array())
$_cacheGroups
Cache of groups
protected
array<string|int, mixed>
$_cacheGroups
= array()
$_cacheItems
Cache of items
protected
array<string|int, mixed>
$_cacheItems
= array()
$_changeCopiedName
Change copied name is necessary, default FALSE
protected
bool
$_changeCopiedName
= \FALSE
$_changedColumns
List of changed columns
protected
array<string|int, mixed>
$_changedColumns
= array()
$_dataValues
data-values, e.g. dataMyValue
protected
array<string|int, mixed>
$_dataValues
= array()
$_forbiddenTags
Forbidden tags. If list of tags is empty, all tags will be shown.
protected
array<string|int, mixed>
$_forbiddenTags
= 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_group_h1_template', 'seo_item_title_template', 'seo_item_keywords_template', 'seo_item_description_template', 'seo_item_h1_template', 'seo_root_title_template', 'seo_root_description_template', 'seo_root_keywords_template', 'seo_root_h1_template')
$_groupsTree
Tree of groups
protected
mixed
$_groupsTree
= array()
Tags
$_hasMany
One-to-many or many-to-many relations
protected
array<string|int, mixed>
$_hasMany
= array('property' => array('through' => 'informationsystem_group_property', 'foreign_key' => 'informationsystem_id', 'dependent_key' => 'property_id'), 'property_dir' => array('through' => 'informationsystem_group_property_dir', 'foreign_key' => 'informationsystem_id', 'dependent_key' => 'property_dir_id'))
$_hasOne
One-to-one relations
protected
array<string|int, mixed>
$_hasOne
= array()
// Relation one-to-one for Book-Comment:
protected $_hasOne = array('comment' => array());
// Equivalence relation one-to-one for Book-Comment with detailed conditions:
// comment - Model name
// foreign_key - Foreign key
protected $_hasOne = array('comment' => array(
'foreign_key' => 'book_id'
));
$_hasRevisions
Has revisions
protected
mixed
$_hasRevisions
= \FALSE
$_marksDeleted
Marks deleted entity
protected
mixed
$_marksDeleted
= 'deleted'
$_modelColumns
List of columns in model with values
protected
array<string|int, mixed>
$_modelColumns
= array()
$_modelName
Name of the model
protected
string
$_modelName
= 'informationsystem_group_property_list'
$_nameColumn
Column consist item's name
protected
string
$_nameColumn
= 'name'
$_preloadValues
List of preloaded values
protected
array<string|int, mixed>
$_preloadValues
= 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' => 1, 'typograph_default_groups' => 1, '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)
$_primaryKey
Primary key
protected
string
$_primaryKey
= 'id'
$_queryBuilder
Select query builder
protected
Core_QueryBuilder_Select
$_queryBuilder
= \NULL
$_shortcodeTags
List of Shortcodes tags
protected
array<string|int, mixed>
$_shortcodeTags
= array('description')
$_showXmlCounts
Calculate counts
protected
bool
$_showXmlCounts
= \TRUE
$_skipColumns
List of skipped columns from table
protected
array<string|int, mixed>
$_skipColumns
= array()
$_sorting
Default sorting for models <code> protected $_sorting = array( 'tablename.sorting' => 'ASC' ); </code>
protected
array<string|int, mixed>
$_sorting
= array()
$_tableColumns
List of columns in table
protected
array<string|int, mixed>
$_tableColumns
= array()
$_tableName
Name of the table
protected
string
$_tableName
= 'informationsystems'
$_typicalForbiddenTags
Typical forbidden tags.
protected
array<string|int, mixed>
$_typicalForbiddenTags
= array()
Methods
__call()
Triggered when invoking inaccessible methods in an object context
public
__call(string $name, array<string|int, mixed> $arguments) : mixed
Parameters
- $name : string
-
method name
- $arguments : array<string|int, mixed>
-
arguments
__construct()
Constructor.
public
__construct([int $id = NULL ]) : mixed
Parameters
- $id : int = NULL
-
entity ID
add()
Add related object. If main object does not save, it will save.
public
add(Core_ORM $model[, string $relation = NULL ]) : self
Parameters
- $model : Core_ORM
- $relation : string = NULL
Tags
Return values
selfaddAllowedTag()
Add tag to allowed tags list
public
addAllowedTag(string $tag) : self
Parameters
- $tag : string
-
tag
Return values
selfaddAllowedTags()
Add tags to allowed tags list
public
addAllowedTags(array<string|int, mixed> $aTags) : self
Parameters
- $aTags : array<string|int, mixed>
-
array of tags
Return values
selfaddAttribute()
Add entity attribute
public
addAttribute(string $name, string $value) : self
Parameters
- $name : string
- $value : string
Return values
selfaddEntities()
Add children entities
public
addEntities(array<string|int, mixed> $aChildrenEntities) : self
Parameters
- $aChildrenEntities : array<string|int, mixed>
Return values
selfaddEntity()
Add a children entity
public
addEntity(Core_Entity $oChildrenEntity) : self
Parameters
- $oChildrenEntity : Core_Entity
Return values
selfaddForbiddenTag()
Add tag to forbidden tags list
public
addForbiddenTag(string $tag) : self
Parameters
- $tag : string
-
tag
Return values
selfaddForbiddenTags()
Add tags to forbidden tags list
public
addForbiddenTags(array<string|int, mixed> $aTags) : self
Parameters
- $aTags : array<string|int, mixed>
-
array of tags
Return values
selfaddXmlTag()
Add external tag for entity
public
addXmlTag(string $tagName, string $tagValue[, array<string|int, mixed> $attributes = array() ]) : self
Parameters
- $tagName : string
-
tag name
- $tagValue : string
-
tag value
- $attributes : array<string|int, mixed> = array()
-
attributes
Return values
selfapplyMarksDeleted()
Apply markDeleted flag if is set
public
applyMarksDeleted() : self
Return values
selfbackupRevision()
Backup revision
public
backupRevision() : self
Return values
selfchangeCopiedName()
Set if change copied name is necessary
public
changeCopiedName(bool $changeCopiedName) : self
Parameters
- $changeCopiedName : bool
-
mode
Return values
selfchanged()
Check model has been changed.
public
changed() : bool
Return values
boolcheck()
Check model values. If model has incorrect value, one will correct or call exception.
public
check([bool $exception = FALSE ]) : self
$object = Core_ORM::factory('Book', 1);
$object->value = 123;
$object->check(TRUE)->save();
Parameters
- $exception : bool = FALSE
-
Call exception (TRUE) or correct value (FALSE). Default FALSE.
Return values
selfchunk()
Retrieve a small chunk and feeds each one into $callback for processing. It stops looping when $callback returns FALSE
public
chunk(int $count, callable $callback[, bool $bCache = TRUE ]) : bool
Parameters
- $count : int
-
chunk size
- $callback : callable
- $bCache : bool = TRUE
-
use cache
Return values
boolclear()
Clear object
public
clear() : self
Return values
selfclearEntities()
Clear enities
public
clearEntities() : self
Return values
selfclearEntitiesAfterGetXml()
Clear all entities after XML generation
public
clearEntitiesAfterGetXml([bool $clear = TRUE ]) : self
Parameters
- $clear : bool = TRUE
-
mode
Return values
selfclearXmlTags()
Clear external XML tags for entity.
public
clearXmlTags() : mixed
copy()
Copy object
public
copy() : Core_Entity
Tags
Return values
Core_Entitycreate()
Insert new object data into database
public
create() : self
Return values
selfcreateDir()
Create files directory
public
createDir() : self
Return values
selfcreatePropertyDir()
Create object directory
public
createPropertyDir(Core_Entity $object) : self
Parameters
- $object : Core_Entity
Return values
selfdelete()
Delete object from database
public
delete([mixed $primaryKey = NULL ]) : self
Parameters
- $primaryKey : mixed = NULL
-
primary key for deleting object
Tags
Return values
selfdeleteAll()
Delete all object
public
deleteAll([bool $bCache = TRUE ][, int $limit = 100 ]) : self
Parameters
- $bCache : bool = TRUE
-
use cache
- $limit : int = 100
-
default 100
Core_ORM::factory('Book')->Comments->deleteAll();
Return values
selfdeleteDir()
Delete information system directory
public
deleteDir() : self
Return values
selfdeleteEmptyDirs()
Delete empty groups in UPLOAD path for informationsystem
public
deleteEmptyDirs() : mixed
deleteWatermarkFile()
Delete watermark file
public
deleteWatermarkFile() : self
Return values
selffactory()
Create and return an object of model
public
static factory(string $modelName[, mixed $primaryKey = NULL ]) : mixed
Parameters
- $modelName : string
-
Entity name
- $primaryKey : mixed = NULL
-
Primary key
Tags
find()
Find object in database and load one
public
find([mixed $primaryKey = NULL ][, bool $bCache = TRUE ]) : self
Parameters
- $primaryKey : mixed = NULL
-
default NULL
- $bCache : bool = TRUE
-
use cache
Return values
selffindAll()
Find all objects
public
findAll([bool $bCache = TRUE ]) : array<string|int, mixed>
Parameters
- $bCache : bool = TRUE
-
use cache, default TRUE
Return values
array<string|int, mixed>getAllowedTags()
Get allowed tags list
public
getAllowedTags() : array<string|int, mixed>
Return values
array<string|int, mixed>getByStructureId()
Get information system by structure id
public
getByStructureId(int $structure_id) : Informationsystem|null
Parameters
- $structure_id : int
-
structure id
Return values
Informationsystem|nullgetChangedData()
Get changed columns with values
public
getChangedData() : array<string|int, mixed>
Return values
array<string|int, mixed>getClassName()
Get Model CallsName
public
static getClassName(mixed $modelName) : string
Parameters
- $modelName : mixed
-
Model name
Return values
stringgetCount()
Get count object
public
getCount([bool $bCache = TRUE ][, string $fieldName = '*' ][, bool $distinct = FALSE ]) : int
Parameters
- $bCache : bool = TRUE
-
use cache, default TRUE
- $fieldName : string = '*'
-
default '*'
- $distinct : bool = FALSE
-
default FALSE
Return values
intgetDatabaseDriver()
Get name of Database Driver
public
static getDatabaseDriver() : string
Return values
stringgetDataValues()
Get dataValues
public
getDataValues() : array<string|int, mixed>
Return values
array<string|int, mixed>getDirHref()
Get object directory href
public
getDirHref(Core_Entity $object) : string
Parameters
- $object : Core_Entity
Return values
stringgetDirPath()
Get object directory path
public
getDirPath(Core_Entity $object) : string
Parameters
- $object : Core_Entity
Return values
stringgetEntities()
Get children entities
public
getEntities() : array<string|int, mixed>
Return values
array<string|int, mixed>getFieldIDs()
Get visible field's IDs
public
getFieldIDs() : array<string|int, mixed>
Return values
array<string|int, mixed>getFields()
Get field's values
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getFirst()
Get fist entity, ordered by primary key
public
getFirst([bool $bCache = TRUE ]) : null|Core_ORM
Parameters
- $bCache : bool = TRUE
-
use cache, default TRUE
Return values
null|Core_ORM —
$mObject = Core_ORM::factory('Book')->getFirst();
if (!is_null($mObject))
{
echo $mObject;
}
getForbiddenTags()
Get forbidden tags list
public
getForbiddenTags() : array<string|int, mixed>
Return values
array<string|int, mixed>getHref()
Get information system href
public
getHref() : string
Return values
stringgetLargeFileName()
Get property large image file name
public
getLargeFileName(Core_Entity $object, Property_Value_Model $oFileValue, string $originalFileName) : string
Parameters
- $object : Core_Entity
-
entity
- $oFileValue : Property_Value_Model
-
entity of property_value
- $originalFileName : string
-
original file name
Return values
stringgetLargeImageMaxHeight()
Get large image max height
public
getLargeImageMaxHeight() : int
Return values
intgetLargeImageMaxWidth()
Get large image max width
public
getLargeImageMaxWidth() : int
Return values
intgetLast()
Get last entity, ordered by primary key
public
getLast([bool $bCache = TRUE ]) : null|Core_ORM
Parameters
- $bCache : bool = TRUE
-
use cache, default TRUE
Return values
null|Core_ORM —
$mObject = Core_ORM::factory('Book')->getLast();
if (!is_null($mObject))
{
echo $mObject;
}
getMarksDeleted()
Get column name for marks deleted
public
getMarksDeleted() : string
Return values
stringgetModelName()
Get model name, e.g. 'book' for 'Book_Model'
public
getModelName() : string
Return values
stringgetName()
Get entity name
public
getName() : string
Tags
Return values
stringgetNameColumn()
Get Name Column
public
getNameColumn() : string
Return values
stringgetPath()
Get information system path
public
getPath() : string
Return values
stringgetPrimaryKey()
Get primary key value
public
getPrimaryKey() : mixed
getPrimaryKeyName()
Get primary key name
public
getPrimaryKeyName() : string
Return values
stringgetRelatedSite()
Get Related Site
public
getRelatedSite() : Site_Model|null
Tags
Return values
Site_Model|nullgetRelations()
Get all relations of entity
public
getRelations() : array<string|int, mixed>
Return values
array<string|int, mixed>getSmallFileName()
Get property small image file name
public
getSmallFileName(Core_Entity $object, Property_Value_Model $oFileValue, string $originalFileName) : string
Parameters
- $object : Core_Entity
-
entity
- $oFileValue : Property_Value_Model
-
entity of property_value
- $originalFileName : string
-
original file name
Return values
stringgetSmallImageMaxHeight()
Get small image max height
public
getSmallImageMaxHeight() : int
Return values
intgetSmallImageMaxWidth()
Get small image max width
public
getSmallImageMaxWidth() : int
Return values
intgetStdObject()
Get stdObject for entity and children entities
public
getStdObject([mixed $attributePrefix = '_' ]) : stdObject
Parameters
- $attributePrefix : mixed = '_'
Tags
Return values
stdObjectgetTableColumns()
Get tableColumns
public
getTableColumns() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableColums()
Get table columns. Fix wrong method name
public
getTableColums() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Get table name
public
getTableName() : string
Return values
stringgetTrashDescription()
Get entity description
public
getTrashDescription() : string
Tags
Return values
stringgetWatermarkDefaultPositionX()
The position of watermark on the X axis
public
getWatermarkDefaultPositionX() : string
Return values
stringgetWatermarkDefaultPositionY()
The position of watermark on the Y axis
public
getWatermarkDefaultPositionY() : string
Return values
stringgetWatermarkFileHref()
Get watermark href
public
getWatermarkFileHref() : string
Return values
stringgetWatermarkFilePath()
Get watermark path
public
getWatermarkFilePath() : string|null
Return values
string|nullgetXml()
Get XML for entity and children entities
public
getXml() : string
Tags
Return values
stringgetXmlTagName()
Get tag name
public
getXmlTagName() : string
Return values
stringgetXmlTags()
Get external XML tags for entity.
public
getXmlTags() : array<string|int, mixed>
Return values
array<string|int, mixed>isCallable()
Verify that the contents of a variable can be called as a function
public
isCallable(string $methodName) : bool
Parameters
- $methodName : string
-
method name
Return values
boolisEmptyPrimaryKey()
Check is primary key NULL
public
isEmptyPrimaryKey() : bool
Return values
boollayWatermarOnLargeImage()
Check if watermark should be laid on large image
public
layWatermarOnLargeImage() : int
Return values
intlayWatermarOnSmallImage()
Check if watermark should be laid on small image
public
layWatermarOnSmallImage() : int
Return values
intmarkDeleted()
Mark entity as deleted
public
markDeleted() : self
Tags
Return values
selfnameBadge()
Backend badge
public
nameBadge(Admin_Form_Field $oAdmin_Form_Field, Admin_Form_Controller $oAdmin_Form_Controller) : string
Parameters
- $oAdmin_Form_Field : Admin_Form_Field
- $oAdmin_Form_Controller : Admin_Form_Controller
Return values
stringpathBackend()
Backend callback method
public
pathBackend() : string
Return values
stringqueryBuilder()
Get query builder for select
public
queryBuilder() : Core_QueryBuilder_Select
Return values
Core_QueryBuilder_Selectrecount()
Recount items and subgroups
public
recount() : Informationsystem_Model
Tags
Return values
Informationsystem_Modelremove()
Remove related object. If main object does not save, it will save.
public
remove(Core_ORM $model[, string $relation = NULL ]) : self
Parameters
- $model : Core_ORM
- $relation : string = NULL
Tags
Return values
selfremoveAllowedTag()
Remove tag from allowed tags list
public
removeAllowedTag(string $tag) : self
Parameters
- $tag : string
-
tag
Return values
selfremoveForbiddenTag()
Remove tag from forbidden tags list
public
removeForbiddenTag(string $tag) : self
Parameters
- $tag : string
-
tag
Return values
selfrollbackRevision()
Rollback Revision
public
rollbackRevision(int $revision_id) : self
Parameters
- $revision_id : int
-
Revision ID
Return values
selfsave()
Save object.
public
save() : Core_Entity
Return values
Core_EntitysaveWatermarkFile()
Specify watermark file for information system
public
saveWatermarkFile(string $fileSourcePath) : mixed
Parameters
- $fileSourcePath : string
-
source file
setCheck()
Set _check flag
public
setCheck(bool $check) : self
Parameters
- $check : bool
-
mode
Return values
selfsetDatabaseDriver()
Set name of Database Driver
public
static setDatabaseDriver(string $name) : mixed
Parameters
- $name : string
-
driver's name
setMarksDeleted()
Set column name for marks deleted
public
setMarksDeleted([mixed $marksDeleted = 'deleted' ]) : self
Parameters
- $marksDeleted : mixed = 'deleted'
Return values
selfsetRelations()
Set $this->_relations
public
setRelations(array<string|int, mixed> $relations) : self
Parameters
- $relations : array<string|int, mixed>
-
Array with new relations
Return values
selfsetTableName()
Set table name
public
setTableName(mixed $tableName) : selg
Parameters
- $tableName : mixed
Return values
selgsetXmlTagName()
Set name of XML node
public
setXmlTagName(string $tagName) : self
Parameters
- $tagName : string
-
new tag name for node
Return values
selfshowXmlCounts()
Add comments XML to item
public
showXmlCounts([mixed $showXmlCounts = TRUE ]) : self
Parameters
- $showXmlCounts : mixed = TRUE
Return values
selftoArray()
Convert Object to Array
public
toArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>undelete()
Turn off deleted status
public
undelete() : self
Tags
Return values
selfupdate()
Update object data into database
public
update() : self
Return values
self_callSubgroup()
Calculate groups and items count in parent group
protected
_callSubgroup([int $parent_id = 0 ]) : array<string|int, mixed>
Parameters
- $parent_id : int = 0
-
parent group id
Return values
array<string|int, mixed>_getCopiedName()
Get the name of a new copied object
protected
_getCopiedName() : mixed
_isTagAvailable()
Is $tagName Available
protected
_isTagAvailable(mixed $tagName) : bool
Parameters
- $tagName : mixed
-
Tag Name
Return values
bool_prepareData()
Prepare entity and children entities
protected
_prepareData() : self
Return values
selfgetDatabase()
Get Database
protected
getDatabase() : Core_DataBase