Mage_Widget_Model_Widget_Instance
extends Mage_Core_Model_Abstract
in package
Table of Contents
Constants
- ALL_ENTITIES : mixed = 'all'
- ANCHOR_CATEGORY_LAYOUT_HANDLE : mixed = 'catalog_category_layered'
- DEFAULT_LAYOUT_HANDLE : mixed = 'default'
- NOTANCHOR_CATEGORY_LAYOUT_HANDLE : mixed = 'catalog_category_default'
- PRODUCT_LAYOUT_HANDLE : mixed = 'catalog_product_view'
- PRODUCT_TYPE_LAYOUT_HANDLE : mixed = 'PRODUCT_TYPE_{{TYPE}}'
- SINGLE_CATEGORY_LAYOUT_HANDLE : mixed = 'CATEGORY_{{ID}}'
- SINGLE_PRODUCT_LAYOUT_HANLDE : mixed = 'PRODUCT_{{ID}}'
- SPECIFIC_ENTITIES : mixed = 'specific'
- XML_NODE_RELATED_CACHE : mixed = 'global/widget/related_cache_types'
Properties
- $_cacheTag : string|bool|array<string|int, mixed>
- Model cache tag for clear cache in after save and after delete
- $_data : array<string|int, mixed>|null
- Object attributes
- $_dataSaveAllowed : bool
- Flag which can stop data saving after before save Can be used for next sequence: we check data in _beforeSave, if data are not valid - we can set this flag to false value and save process will be stopped
- $_dirty : array<string|int, mixed>
- $_eventObject : string
- Parameter name in event
- $_eventPrefix : string
- Prefix of model events names
- $_hasDataChanges : bool
- Data changes flag (true after setData|unsetData call)
- $_idFieldName : string
- Name of object id field
- $_isDeleted : bool
- Object delete flag
- $_isObjectNew : bool|null
- Flag which allow detect object state: is it new object (without id) or existing one (with id)
- $_layoutHandles : mixed
- $_oldFieldsMap : array<string|int, mixed>
- Map short fields names to its full names
- $_origData : array<string|int, mixed>|null
- Original data that was loaded
- $_resource : Mage_Core_Model_Resource_Db_Abstract
- Resource model instance
- $_resourceCollectionName : string
- Name of the resource collection model
- $_resourceName : string
- Name of the resource model
- $_specificEntitiesLayoutHandles : mixed
- $_syncFieldsMap : mixed
- Map of fields to sync to other fields upon changing their data
- $_underscoreCache : array<string|int, mixed>
- Setter/Getter underscore transformation cache
- $_widgetConfigXml : Element
Methods
- __call() : mixed
- Set/Get attribute wrapper
- __construct() : mixed
- Constructor
- __get() : mixed
- Attribute getter (deprecated)
- __set() : mixed
- Attribute setter (deprecated)
- __toArray() : array<string|int, mixed>
- Convert object attributes to array
- _getResource() : Mage_Widget_Model_Resource_Widget_Instance
- Get resource instance
- addData() : $this
- Add data to the object.
- afterCommitCallback() : $this
- Callback function which called after transaction commit in resource model
- afterLoad() : $this
- Object after load processing. Implemented as public interface for supporting objects after load in collections
- cleanModelCache() : $this
- Remove model object related cache
- clearInstance() : $this
- Clearing object for correct deleting by garbage collector
- dataHasChangedFor() : bool
- Compare object data with original data
- debug() : string|array<string|int, mixed>
- Present object data as string in debug mode
- delete() : $this
- Delete object from database
- flagDirty() : $this
- generateLayoutUpdateXml() : string
- Generate layout update xml
- getArea() : string
- Getter.
- getBillingAddress() : Mage_Customer_Model_Address_Abstract
- getCacheIdTags() : array<string|int, mixed>|false
- Get cache tags associated with object id
- getCacheTags() : array<string|int, mixed>|false
- Get list of cache tags applied to model object.
- getCollection() : Mage_Widget_Model_Resource_Widget_Instance_Collection
- getCreatedAt() : string
- getData() : mixed
- Object data getter
- getDataByKey() : mixed
- Get object data by particular key
- getDataByPath() : mixed
- Get object data by path
- getDataSetDefault() : mixed
- Fast get data or set default if value is not available
- getDataUsingMethod() : mixed
- Get object data by key with calling getter method
- getEntityId() : int
- getId() : int|string|null
- Retrieve model object identifier
- getIdFieldName() : string
- Retrieve identifier field name for model
- getOrigData() : mixed
- Get object loaded data (original data)
- getPackage() : string
- Getter
- getPackageTheme() : string
- Getter Prepare widget package theme
- getPageGroups() : array<string|int, mixed>
- getResource() : Mage_Widget_Model_Resource_Widget_Instance
- Retrieve model resource
- getResourceCollection() : Mage_Core_Model_Resource_Db_Collection_Abstract
- Get collection instance
- getResourceName() : string
- Retrieve model resource name
- getShippingAddress() : Mage_Customer_Model_Address_Abstract
- getSortOrder() : int
- getStoreIds() : array<string|int, mixed>
- Getter Explode to array if string is set
- getTheme() : string
- Getter
- getTitle() : string
- getType() : string
- Getter Prepare widget type
- getWidgetConfig() : Element|null
- Load widget XML config and merge with theme widget config
- getWidgetParameters() : array<string|int, mixed>
- Getter Unserialize if serialized string is set
- getWidgetsOptionArray() : array<string|int, mixed>
- Retrieve option array of widget types
- getWidgetSupportedBlocks() : array<string|int, mixed>
- Retrieve blocks that widget support
- getWidgetSupportedTemplatesByBlock() : array<string|int, mixed>
- Retrieve widget templates that supported by given block reference
- getWidgetTemplates() : array<string|int, mixed>
- Retrieve widget available templates
- hasData() : bool
- If $key is empty, checks whether there's any data in the object Otherwise checks if the specified attribute is set.
- hasDataChanges() : bool
- Get data change status
- hasErrors() : bool
- isCompleteToCreate() : bool
- Check if widget instance has required data (other data depends on it)
- isDeleted() : bool
- Set _isDeleted flag value (if $isDeleted param is defined) and return current flag value
- isDirty() : bool
- isEmpty() : bool
- checks whether the object is empty
- isModuleEnabled() : bool
- isObjectNew() : bool
- Check object state (true - if it is object without id on object just created) This method can help detect if object just created in _afterSave method problem is what in after save object has id and we can't detect what object was created in this transaction
- jsonSerialize() : array<string|int, mixed>
- Implementation of JsonSerializable::jsonSerialize()
- load() : $this
- Load object data
- offsetExists() : bool
- Implementation of ArrayAccess::offsetExists()
- offsetGet() : mixed
- Implementation of ArrayAccess::offsetGet()
- offsetSet() : void
- Implementation of ArrayAccess::offsetSet()
- offsetUnset() : void
- Implementation of ArrayAccess::offsetUnset()
- save() : $this
- Save object data
- serialize() : string
- serialize object attributes
- setAttribute() : $this
- setCreatedAt() : $this
- setData() : $this
- Overwrite data in the object.
- setDataChanges() : $this
- Clears data changes status
- setDataUsingMethod() : $this
- Set object data with calling setter method
- setId() : $this
- Declare model object identifier value
- setIdFieldName() : $this
- set name of object id field
- setOrigData() : $this
- Initialize object original data
- setPackageTheme() : $this
- Setter Prepare widget package theme
- setPageGroups() : $this
- setSortOrder() : $this
- setStoreIds() : $this
- setTitle() : $this
- setType() : $this
- Setter Prepare widget type
- setUpdatedAt() : $this
- setWidgetParameters() : $this
- toArray() : array<string|int, mixed>
- Public wrapper for __toArray
- toJson() : string
- Public wrapper for __toJson
- toString() : string
- Public wrapper for __toString
- toXml() : string
- Public wrapper for __toXml
- unsetData() : $this
- Unset data from the object.
- unsetOldData() : $this
- Unset old fields data from the object.
- validate() : string|bool
- Validate widget instance data
- __toJson() : string
- Convert object attributes to JSON
- __toXml() : string
- Convert object attributes to XML
- _addFullNames() : mixed
- _afterDelete() : $this
- Processing object after delete data
- _afterDeleteCommit() : $this
- Processing manipulation after main transaction commit
- _afterLoad() : $this
- Processing object after load data
- _afterSave() : $this
- Invalidate related cache if instance contain layout updates
- _beforeDelete() : $this
- Invalidate related cache if instance contain layout updates
- _beforeLoad() : $this
- Processing object before load data
- _beforeSave() : $this
- Processing object before save data
- _camelize() : string
- _clearData() : $this
- Clearing object's data
- _clearReferences() : $this
- Clearing cyclic references
- _construct() : void
- Internal Constructor
- _getData() : mixed
- Get value from _data array without parse key
- _getEventData() : array<string|int, mixed>
- Get array of objects transferred to default events processing
- _hasModelChanged() : bool
- Check whether model has changed data.
- _init() : mixed
- Standard model initialization
- _initOldFieldsMap() : DataObject
- Init mapping array of short fields to its full names
- _invalidateCache() : $this
- Invalidate related cache types
- _parsePackageTheme() : $this
- Parse packageTheme and set parsed package and theme
- _prepareArray() : array<string|int, mixed>
- Set required array elements
- _prepareSyncFieldsMap() : $this
- Called after old fields are inited. Forms synchronization map to sync old fields and new fields between each other.
- _prepareType() : $this
- Replace '-' to '/', if was passed from request(GET request)
- _protectFromNonAdmin() : mixed
- Safeguard func that will check, if we are in admin area
- _setResourceModel() : mixed
- Set resource names
- _underscore() : string
- Converts field names for setters and getters
Constants
ALL_ENTITIES
public
mixed
ALL_ENTITIES
= 'all'
ANCHOR_CATEGORY_LAYOUT_HANDLE
public
mixed
ANCHOR_CATEGORY_LAYOUT_HANDLE
= 'catalog_category_layered'
DEFAULT_LAYOUT_HANDLE
public
mixed
DEFAULT_LAYOUT_HANDLE
= 'default'
NOTANCHOR_CATEGORY_LAYOUT_HANDLE
public
mixed
NOTANCHOR_CATEGORY_LAYOUT_HANDLE
= 'catalog_category_default'
PRODUCT_LAYOUT_HANDLE
public
mixed
PRODUCT_LAYOUT_HANDLE
= 'catalog_product_view'
PRODUCT_TYPE_LAYOUT_HANDLE
public
mixed
PRODUCT_TYPE_LAYOUT_HANDLE
= 'PRODUCT_TYPE_{{TYPE}}'
SINGLE_CATEGORY_LAYOUT_HANDLE
public
mixed
SINGLE_CATEGORY_LAYOUT_HANDLE
= 'CATEGORY_{{ID}}'
SINGLE_PRODUCT_LAYOUT_HANLDE
public
mixed
SINGLE_PRODUCT_LAYOUT_HANLDE
= 'PRODUCT_{{ID}}'
SPECIFIC_ENTITIES
public
mixed
SPECIFIC_ENTITIES
= 'specific'
XML_NODE_RELATED_CACHE
public
mixed
XML_NODE_RELATED_CACHE
= 'global/widget/related_cache_types'
Properties
$_cacheTag
Model cache tag for clear cache in after save and after delete
protected
string|bool|array<string|int, mixed>
$_cacheTag
= \false
When you use true - all cache will be clean
$_data
Object attributes
protected
array<string|int, mixed>|null
$_data
= []
$_dataSaveAllowed
Flag which can stop data saving after before save Can be used for next sequence: we check data in _beforeSave, if data are not valid - we can set this flag to false value and save process will be stopped
protected
bool
$_dataSaveAllowed
= \true
$_dirty
protected
array<string|int, mixed>
$_dirty
$_eventObject
Parameter name in event
protected
string
$_eventObject
= 'object'
In observe method you can use $observer->getEvent()->getObject() in this case
$_eventPrefix
Prefix of model events names
protected
string
$_eventPrefix
= 'widget_widget_instance'
$_hasDataChanges
Data changes flag (true after setData|unsetData call)
protected
bool
$_hasDataChanges
= false
$_idFieldName
Name of object id field
protected
string
$_idFieldName
= null
$_isDeleted
Object delete flag
protected
bool
$_isDeleted
= false
$_isObjectNew
Flag which allow detect object state: is it new object (without id) or existing one (with id)
protected
bool|null
$_isObjectNew
= \null
$_layoutHandles
protected
mixed
$_layoutHandles
= []
$_oldFieldsMap
Map short fields names to its full names
protected
array<string|int, mixed>
$_oldFieldsMap
= []
$_origData
Original data that was loaded
protected
array<string|int, mixed>|null
$_origData
$_resource
Resource model instance
protected
Mage_Core_Model_Resource_Db_Abstract
$_resource
$_resourceCollectionName
Name of the resource collection model
protected
string
$_resourceCollectionName
$_resourceName
Name of the resource model
protected
string
$_resourceName
$_specificEntitiesLayoutHandles
protected
mixed
$_specificEntitiesLayoutHandles
= []
$_syncFieldsMap
Map of fields to sync to other fields upon changing their data
protected
mixed
$_syncFieldsMap
= []
$_underscoreCache
Setter/Getter underscore transformation cache
protected
static array<string|int, mixed>
$_underscoreCache
= []
$_widgetConfigXml
protected
Element
$_widgetConfigXml
= \null
Methods
__call()
Set/Get attribute wrapper
public
__call(string $method, array<string|int, mixed> $args) : mixed
Parameters
- $method : string
- $args : array<string|int, mixed>
__construct()
Constructor
public
__construct() : mixed
By default, is looking for first argument as array and assigns it as object attributes This behaviour may change in child classes
__get()
Attribute getter (deprecated)
public
__get(string $var) : mixed
Parameters
- $var : string
__set()
Attribute setter (deprecated)
public
__set(string $var, mixed $value) : mixed
Parameters
- $var : string
- $value : mixed
__toArray()
Convert object attributes to array
public
__toArray([array<string|int, mixed> $arrAttributes = [] ]) : array<string|int, mixed>
Parameters
- $arrAttributes : array<string|int, mixed> = []
-
array of required attributes
Return values
array<string|int, mixed>_getResource()
Get resource instance
public
_getResource() : Mage_Widget_Model_Resource_Widget_Instance
Return values
Mage_Widget_Model_Resource_Widget_InstanceaddData()
Add data to the object.
public
addData(array<string|int, mixed> $arr) : $this
Retains previous data in the object.
Parameters
- $arr : array<string|int, mixed>
Return values
$thisafterCommitCallback()
Callback function which called after transaction commit in resource model
public
afterCommitCallback() : $this
Return values
$thisafterLoad()
Object after load processing. Implemented as public interface for supporting objects after load in collections
public
afterLoad() : $this
Return values
$thiscleanModelCache()
Remove model object related cache
public
cleanModelCache() : $this
Return values
$thisclearInstance()
Clearing object for correct deleting by garbage collector
public
final clearInstance() : $this
Return values
$thisdataHasChangedFor()
Compare object data with original data
public
dataHasChangedFor(string $field) : bool
Parameters
- $field : string
Return values
booldebug()
Present object data as string in debug mode
public
debug([mixed $data = null ][, array<string|int, mixed> &$objects = [] ]) : string|array<string|int, mixed>
Parameters
- $data : mixed = null
- $objects : array<string|int, mixed> = []
Return values
string|array<string|int, mixed>delete()
Delete object from database
public
delete() : $this
Tags
Return values
$thisflagDirty()
public
flagDirty(string $field[, bool $flag = true ]) : $this
Parameters
- $field : string
- $flag : bool = true
Return values
$thisgenerateLayoutUpdateXml()
Generate layout update xml
public
generateLayoutUpdateXml(string $blockReference[, string $templatePath = '' ]) : string
Parameters
- $blockReference : string
- $templatePath : string = ''
Return values
stringgetArea()
Getter.
public
getArea() : string
If not set return default
Return values
stringgetBillingAddress()
public
getBillingAddress() : Mage_Customer_Model_Address_Abstract
Return values
Mage_Customer_Model_Address_AbstractgetCacheIdTags()
Get cache tags associated with object id
public
getCacheIdTags() : array<string|int, mixed>|false
Return values
array<string|int, mixed>|falsegetCacheTags()
Get list of cache tags applied to model object.
public
getCacheTags() : array<string|int, mixed>|false
Return false if cache tags are not supported by model
Return values
array<string|int, mixed>|falsegetCollection()
public
getCollection() : Mage_Widget_Model_Resource_Widget_Instance_Collection
Return values
Mage_Widget_Model_Resource_Widget_Instance_CollectiongetCreatedAt()
public
getCreatedAt() : string
Return values
stringgetData()
Object data getter
public
getData([string $key = '' ][, string|int $index = null ]) : mixed
If $key is not defined will return all the data as an array. Otherwise, it will return value of the element specified by $key. It is possible to use keys like a/b/c for access nested array data
If $index is specified it will assume that attribute data is an array and retrieve corresponding member. If data is the string - it will be explode by new line character and converted to array.
Parameters
- $key : string = ''
- $index : string|int = null
getDataByKey()
Get object data by particular key
public
getDataByKey(string $key) : mixed
Parameters
- $key : string
getDataByPath()
Get object data by path
public
getDataByPath(string $path) : mixed
Method consider the path as chain of keys: a/b/c => ['a']['b']['c']
Parameters
- $path : string
getDataSetDefault()
Fast get data or set default if value is not available
public
getDataSetDefault(string $key, mixed $default) : mixed
Parameters
- $key : string
- $default : mixed
getDataUsingMethod()
Get object data by key with calling getter method
public
getDataUsingMethod(string $key[, mixed $args = null ]) : mixed
Parameters
- $key : string
- $args : mixed = null
getEntityId()
public
getEntityId() : int
Return values
intgetId()
Retrieve model object identifier
public
getId() : int|string|null
Attributes
- #[Override]
Return values
int|string|nullgetIdFieldName()
Retrieve identifier field name for model
public
getIdFieldName() : string
Attributes
- #[Override]
Return values
stringgetOrigData()
Get object loaded data (original data)
public
getOrigData([string $key = null ]) : mixed
Parameters
- $key : string = null
getPackage()
Getter
public
getPackage() : string
Return values
stringgetPackageTheme()
Getter Prepare widget package theme
public
getPackageTheme() : string
Return values
stringgetPageGroups()
public
getPageGroups() : array<string|int, mixed>
Return values
array<string|int, mixed>getResource()
Retrieve model resource
public
getResource() : Mage_Widget_Model_Resource_Widget_Instance
Return values
Mage_Widget_Model_Resource_Widget_InstancegetResourceCollection()
Get collection instance
public
getResourceCollection() : Mage_Core_Model_Resource_Db_Collection_Abstract
Tags
Return values
Mage_Core_Model_Resource_Db_Collection_AbstractgetResourceName()
Retrieve model resource name
public
getResourceName() : string
Return values
stringgetShippingAddress()
public
getShippingAddress() : Mage_Customer_Model_Address_Abstract
Return values
Mage_Customer_Model_Address_AbstractgetSortOrder()
public
getSortOrder() : int
Return values
intgetStoreIds()
Getter Explode to array if string is set
public
getStoreIds() : array<string|int, mixed>
Return values
array<string|int, mixed>getTheme()
Getter
public
getTheme() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringgetType()
Getter Prepare widget type
public
getType() : string
Return values
stringgetWidgetConfig()
Load widget XML config and merge with theme widget config
public
getWidgetConfig() : Element|null
Return values
Element|nullgetWidgetParameters()
Getter Unserialize if serialized string is set
public
getWidgetParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>getWidgetsOptionArray()
Retrieve option array of widget types
public
getWidgetsOptionArray() : array<string|int, mixed>
Return values
array<string|int, mixed>getWidgetSupportedBlocks()
Retrieve blocks that widget support
public
getWidgetSupportedBlocks() : array<string|int, mixed>
Return values
array<string|int, mixed>getWidgetSupportedTemplatesByBlock()
Retrieve widget templates that supported by given block reference
public
getWidgetSupportedTemplatesByBlock(string $blockReference) : array<string|int, mixed>
Parameters
- $blockReference : string
Return values
array<string|int, mixed>getWidgetTemplates()
Retrieve widget available templates
public
getWidgetTemplates() : array<string|int, mixed>
Return values
array<string|int, mixed>hasData()
If $key is empty, checks whether there's any data in the object Otherwise checks if the specified attribute is set.
public
hasData([string $key = '' ]) : bool
Parameters
- $key : string = ''
Return values
boolhasDataChanges()
Get data change status
public
hasDataChanges() : bool
Return values
boolhasErrors()
public
hasErrors() : bool
Return values
boolisCompleteToCreate()
Check if widget instance has required data (other data depends on it)
public
isCompleteToCreate() : bool
Return values
boolisDeleted()
Set _isDeleted flag value (if $isDeleted param is defined) and return current flag value
public
isDeleted([bool $isDeleted = null ]) : bool
Parameters
- $isDeleted : bool = null
Return values
boolisDirty()
public
isDirty([string $field = null ]) : bool
Parameters
- $field : string = null
Return values
boolisEmpty()
checks whether the object is empty
public
isEmpty() : bool
Return values
boolisModuleEnabled()
public
isModuleEnabled(string $moduleName[, string $helperAlias = 'core' ]) : bool
Parameters
- $moduleName : string
- $helperAlias : string = 'core'
Return values
boolisObjectNew()
Check object state (true - if it is object without id on object just created) This method can help detect if object just created in _afterSave method problem is what in after save object has id and we can't detect what object was created in this transaction
public
isObjectNew([bool $flag = null ]) : bool
Parameters
- $flag : bool = null
Return values
booljsonSerialize()
Implementation of JsonSerializable::jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Prepares the object data for JSON serialization. Returns all object data as an array, with special handling for nested DataObject instances:
- If a nested DataObject has a custom jsonSerialize() implementation, it's preserved as-is
- If a nested DataObject has a custom toJson() method, it's converted to JSON string
- If a nested DataObject uses only the base implementations, it's excluded from output
This prevents infinite recursion and circular references when serializing object hierarchies.
Attributes
- #[Override]
Return values
array<string|int, mixed>load()
Load object data
public
load(string|null|int $id[, string|null $field = null ]) : $this
Parameters
- $id : string|null|int
- $field : string|null = null
Return values
$thisoffsetExists()
Implementation of ArrayAccess::offsetExists()
public
offsetExists(string $offset) : bool
Parameters
- $offset : string
Tags
Attributes
- #[Override]
Return values
booloffsetGet()
Implementation of ArrayAccess::offsetGet()
public
offsetGet(string $offset) : mixed
Parameters
- $offset : string
Tags
Attributes
- #[Override]
- #[ReturnTypeWillChange]
offsetSet()
Implementation of ArrayAccess::offsetSet()
public
offsetSet(string $offset, mixed $value) : void
Parameters
- $offset : string
- $value : mixed
Tags
Attributes
- #[Override]
offsetUnset()
Implementation of ArrayAccess::offsetUnset()
public
offsetUnset(string $offset) : void
Parameters
- $offset : string
Tags
Attributes
- #[Override]
save()
Save object data
public
save() : $this
Tags
Return values
$thisserialize()
serialize object attributes
public
serialize([array<string|int, mixed> $attributes = [] ][, string $valueSeparator = '=' ][, string $fieldSeparator = ' ' ][, string $quote = '"' ]) : string
Parameters
- $attributes : array<string|int, mixed> = []
- $valueSeparator : string = '='
- $fieldSeparator : string = ' '
- $quote : string = '"'
Return values
stringsetAttribute()
public
setAttribute(Mage_Eav_Model_Entity_Attribute_Abstract $value) : $this
Parameters
Return values
$thissetCreatedAt()
public
setCreatedAt(string $currentTime) : $this
Parameters
- $currentTime : string
Return values
$thissetData()
Overwrite data in the object.
public
setData(string|array<string|int, mixed> $key[, mixed $value = null ]) : $this
$key can be string or array. If $key is string, the attribute value will be overwritten by $value
If $key is an array, it will overwrite all the data in the object.
Parameters
- $key : string|array<string|int, mixed>
- $value : mixed = null
Return values
$thissetDataChanges()
Clears data changes status
public
setDataChanges(bool $value) : $this
Parameters
- $value : bool
Return values
$thissetDataUsingMethod()
Set object data with calling setter method
public
setDataUsingMethod(string $key[, mixed $args = [] ]) : $this
Parameters
- $key : string
- $args : mixed = []
Return values
$thissetId()
Declare model object identifier value
public
setId(mixed $id) : $this
Parameters
- $id : mixed
Attributes
- #[Override]
Return values
$thissetIdFieldName()
set name of object id field
public
setIdFieldName(string $name) : $this
Parameters
- $name : string
Return values
$thissetOrigData()
Initialize object original data
public
setOrigData([string $key = null ][, mixed $data = null ]) : $this
Parameters
- $key : string = null
- $data : mixed = null
Return values
$thissetPackageTheme()
Setter Prepare widget package theme
public
setPackageTheme(string $packageTheme) : $this
Parameters
- $packageTheme : string
Return values
$thissetPageGroups()
public
setPageGroups(array<string|int, mixed> $value) : $this
Parameters
- $value : array<string|int, mixed>
Return values
$thissetSortOrder()
public
setSortOrder(int $value) : $this
Parameters
- $value : int
Return values
$thissetStoreIds()
public
setStoreIds(string $value) : $this
Parameters
- $value : string
Return values
$thissetTitle()
public
setTitle(string $value) : $this
Parameters
- $value : string
Return values
$thissetType()
Setter Prepare widget type
public
setType(string $type) : $this
Parameters
- $type : string
Return values
$thissetUpdatedAt()
public
setUpdatedAt(string $currentTime) : $this
Parameters
- $currentTime : string
Return values
$thissetWidgetParameters()
public
setWidgetParameters(string $value) : $this
Parameters
- $value : string
Return values
$thistoArray()
Public wrapper for __toArray
public
toArray([array<string|int, mixed> $arrAttributes = [] ]) : array<string|int, mixed>
Parameters
- $arrAttributes : array<string|int, mixed> = []
Return values
array<string|int, mixed>toJson()
Public wrapper for __toJson
public
toJson([array<string|int, mixed> $arrAttributes = [] ]) : string
Parameters
- $arrAttributes : array<string|int, mixed> = []
Return values
stringtoString()
Public wrapper for __toString
public
toString([string $format = '' ]) : string
Will use $format as an template and substitute {{key}} for attributes
Parameters
- $format : string = ''
Return values
stringtoXml()
Public wrapper for __toXml
public
toXml([array<string|int, mixed> $arrAttributes = [] ][, string $rootName = 'item' ][, bool $addOpenTag = false ][, bool $addCdata = true ]) : string
Parameters
- $arrAttributes : array<string|int, mixed> = []
- $rootName : string = 'item'
- $addOpenTag : bool = false
- $addCdata : bool = true
Return values
stringunsetData()
Unset data from the object.
public
unsetData([string $key = null ]) : $this
$key can be a string only. Array will be ignored.
Parameters
- $key : string = null
Return values
$thisunsetOldData()
Unset old fields data from the object.
public
unsetOldData([string $key = null ]) : $this
$key can be a string only. Array will be ignored.
Parameters
- $key : string = null
Return values
$thisvalidate()
Validate widget instance data
public
validate() : string|bool
Return values
string|bool__toJson()
Convert object attributes to JSON
protected
__toJson([array<string|int, mixed> $arrAttributes = [] ]) : string
Parameters
- $arrAttributes : array<string|int, mixed> = []
-
array of required attributes
Return values
string__toXml()
Convert object attributes to XML
protected
__toXml([array<string|int, mixed> $arrAttributes = [] ][, string $rootName = 'item' ][, bool $addOpenTag = false ][, bool $addCdata = true ]) : string
Parameters
- $arrAttributes : array<string|int, mixed> = []
-
array of required attributes
- $rootName : string = 'item'
-
name of the root element
- $addOpenTag : bool = false
- $addCdata : bool = true
Return values
string_addFullNames()
protected
_addFullNames() : mixed
_afterDelete()
Processing object after delete data
protected
_afterDelete() : $this
Return values
$this_afterDeleteCommit()
Processing manipulation after main transaction commit
protected
_afterDeleteCommit() : $this
Return values
$this_afterLoad()
Processing object after load data
protected
_afterLoad() : $this
Return values
$this_afterSave()
Invalidate related cache if instance contain layout updates
protected
_afterSave() : $this
Attributes
- #[Override]
Return values
$this_beforeDelete()
Invalidate related cache if instance contain layout updates
protected
_beforeDelete() : $this
Attributes
- #[Override]
Return values
$this_beforeLoad()
Processing object before load data
protected
_beforeLoad(int $id[, string|null $field = null ]) : $this
Parameters
- $id : int
- $field : string|null = null
Return values
$this_beforeSave()
Processing object before save data
protected
_beforeSave() : $this
Attributes
- #[Override]
Return values
$this_camelize()
protected
_camelize(string $name) : string
Parameters
- $name : string
Return values
string_clearData()
Clearing object's data
protected
_clearData() : $this
Return values
$this_clearReferences()
Clearing cyclic references
protected
_clearReferences() : $this
Return values
$this_construct()
Internal Constructor
protected
_construct() : void
Attributes
- #[Override]
_getData()
Get value from _data array without parse key
protected
_getData(string $key) : mixed
Parameters
- $key : string
_getEventData()
Get array of objects transferred to default events processing
protected
_getEventData() : array<string|int, mixed>
Return values
array<string|int, mixed>_hasModelChanged()
Check whether model has changed data.
protected
_hasModelChanged() : bool
Can be overloaded in child classes to perform advanced check whether model needs to be saved e.g. using resourceModel->hasDataChanged() or any other technique
Return values
bool_init()
Standard model initialization
protected
_init(string $resourceModel) : mixed
Parameters
- $resourceModel : string
_initOldFieldsMap()
Init mapping array of short fields to its full names
protected
_initOldFieldsMap() : DataObject
Attributes
- #[Override]
Return values
DataObject_invalidateCache()
Invalidate related cache types
protected
_invalidateCache() : $this
Return values
$this_parsePackageTheme()
Parse packageTheme and set parsed package and theme
protected
_parsePackageTheme() : $this
Return values
$this_prepareArray()
Set required array elements
protected
_prepareArray(array<string|int, mixed> &$arr[, array<string|int, mixed> $elements = [] ]) : array<string|int, mixed>
Parameters
- $arr : array<string|int, mixed>
- $elements : array<string|int, mixed> = []
Return values
array<string|int, mixed>_prepareSyncFieldsMap()
Called after old fields are inited. Forms synchronization map to sync old fields and new fields between each other.
protected
_prepareSyncFieldsMap() : $this
Return values
$this_prepareType()
Replace '-' to '/', if was passed from request(GET request)
protected
_prepareType() : $this
Return values
$this_protectFromNonAdmin()
Safeguard func that will check, if we are in admin area
protected
_protectFromNonAdmin() : mixed
Tags
_setResourceModel()
Set resource names
protected
_setResourceModel(string $resourceName[, string|null $resourceCollectionName = null ]) : mixed
If collection name is omitted, resource name will be used with _collection appended
Parameters
- $resourceName : string
- $resourceCollectionName : string|null = null
_underscore()
Converts field names for setters and getters
protected
_underscore(string $name) : string
$this->setMyField($value) === $this->setData('my_field', $value) Uses cache to eliminate unnecessary preg_replace
Parameters
- $name : string