Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getGroupId () | |
setGroupId ($groupId) | |
getWebsiteId () | |
setWebsiteId ($websiteId) | |
getStoreId () | |
setStoreId ($storeId) | |
getSynonymGroup () | |
setSynonymGroup ($synonymGroup) | |
setScope () | |
![]() | |
__construct (\Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, \Magento\Framework\Model\ResourceModel\AbstractResource $resource=null, \Magento\Framework\Data\Collection\AbstractDb $resourceCollection=null, array $data=[]) | |
__sleep () | |
__wakeup () | |
setIdFieldName ($name) | |
getIdFieldName () | |
getId () | |
setId ($value) | |
isDeleted ($isDeleted=null) | |
hasDataChanges () | |
setData ($key, $value=null) | |
unsetData ($key=null) | |
setDataChanges ($value) | |
getOrigData ($key=null) | |
setOrigData ($key=null, $data=null) | |
dataHasChangedFor ($field) | |
getResourceName () | |
getResourceCollection () | |
getCollection () | |
load ($modelId, $field=null) | |
beforeLoad ($identifier, $field=null) | |
afterLoad () | |
isSaveAllowed () | |
setHasDataChanges ($flag) | |
save () | |
afterCommitCallback () | |
isObjectNew ($flag=null) | |
beforeSave () | |
validateBeforeSave () | |
getCacheTags () | |
cleanModelCache () | |
afterSave () | |
delete () | |
beforeDelete () | |
afterDelete () | |
afterDeleteCommit () | |
getResource () | |
getEntityId () | |
setEntityId ($entityId) | |
clearInstance () | |
getStoredData () | |
getEventPrefix () | |
![]() | |
__construct (array $data=[]) | |
addData (array $arr) | |
setData ($key, $value=null) | |
unsetData ($key=null) | |
getData ($key='', $index=null) | |
getDataByPath ($path) | |
getDataByKey ($key) | |
setDataUsingMethod ($key, $args=[]) | |
getDataUsingMethod ($key, $args=null) | |
hasData ($key='') | |
toArray (array $keys=[]) | |
convertToArray (array $keys=[]) | |
toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
toJson (array $keys=[]) | |
convertToJson (array $keys=[]) | |
toString ($format='') | |
__call ($method, $args) | |
isEmpty () | |
serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') | |
debug ($data=null, &$objects=[]) | |
offsetSet ($offset, $value) | |
offsetExists ($offset) | |
offsetUnset ($offset) | |
offsetGet ($offset) | |
Protected Member Functions | |
_construct () | |
![]() | |
_construct () | |
_init ($resourceModel) | |
_setResourceModel ($resourceName, $collectionName=null) | |
_getResource () | |
_getEventData () | |
_beforeLoad ($modelId, $field=null) | |
_afterLoad () | |
_hasModelChanged () | |
_getValidatorBeforeSave () | |
_createValidatorBeforeSave () | |
_getValidationRulesBeforeSave () | |
_clearReferences () | |
_clearData () | |
![]() | |
_getData ($key) | |
_underscore ($name) | |
Additional Inherited Members | |
![]() | |
$_eventPrefix = 'core_abstract' | |
$_eventObject = 'object' | |
$_idFieldName = 'id' | |
$_hasDataChanges = false | |
$_origData | |
$_isDeleted = false | |
$_resource | |
$_resourceCollection | |
$_resourceName | |
$_collectionName | |
$_cacheTag = false | |
$_dataSaveAllowed = true | |
$_isObjectNew = null | |
$_validatorBeforeSave = null | |
$_eventManager | |
$_cacheManager | |
$_registry | |
$_logger | |
$_appState | |
$_actionValidator | |
$storedData = [] | |
![]() | |
$_data = [] | |
![]() | |
static | $_underscoreCache = [] |
Definition at line 11 of file SynonymGroup.php.
|
protected |
getGroupId | ( | ) |
{Gets group id
Implements SynonymGroupInterface.
Definition at line 26 of file SynonymGroup.php.
getStoreId | ( | ) |
{Gets store id
Implements SynonymGroupInterface.
Definition at line 60 of file SynonymGroup.php.
getSynonymGroup | ( | ) |
{Gets synonym group
Implements SynonymGroupInterface.
Definition at line 77 of file SynonymGroup.php.
getWebsiteId | ( | ) |
{Gets website id
Implements SynonymGroupInterface.
Definition at line 43 of file SynonymGroup.php.
setGroupId | ( | $groupId | ) |
{Sets group id
int | $groupId |
Implements SynonymGroupInterface.
Definition at line 34 of file SynonymGroup.php.
setScope | ( | ) |
sets the 'scope_id' to website:storeviewid
Definition at line 96 of file SynonymGroup.php.
setStoreId | ( | $storeId | ) |
{Sets store id
int | $id |
Implements SynonymGroupInterface.
Definition at line 68 of file SynonymGroup.php.
setSynonymGroup | ( | $synonymGroup | ) |
{Sets synonym group
string | $synonymGroup |
Implements SynonymGroupInterface.
Definition at line 85 of file SynonymGroup.php.
setWebsiteId | ( | $websiteId | ) |
{Sets website id
int | $id |
Implements SynonymGroupInterface.
Definition at line 51 of file SynonymGroup.php.