EntityRelationship
class EntityRelationship implements PrimaryKeyInterface
Class EntityRelationship. Class defining relationship between any two entities
Methods
integer
getId()
No description
setId(int $id)
No description
string
getName()
No description
setName(string $name)
No description
string
getMainEntityType()
No description
setMainEntityType(string $mainEntityType)
No description
string
getMainEntitySearchBy()
No description
setMainEntitySearchBy(string $mainEntitySearchBy)
No description
string
getMainEntitySearchView()
No description
setMainEntitySearchView(string $mainEntitySearchView)
No description
array
getMainEntityIds()
No description
setMainEntityIds(array $mainEntityIds)
No description
string
getSubEntityType()
No description
setSubEntityType(string $subEntityType)
No description
string
getSubEntitySearchBy()
No description
setSubEntitySearchBy(string $subEntitySearchBy)
No description
string
getSubEntitySearchView()
No description
setSubEntitySearchView(string $subEntitySearchView)
No description
array
getSubEntityIds()
No description
setSubEntityIds(array $subEntityIds)
No description
array
getChildrenRelationships()
No description
setChildrenRelationships(array $childrenRelationships)
No description