GalleryStatus create(
string
$groupName, [int
$groupType = GROUP_NORMAL]
)
|
|
Create a new instance of this GalleryGroup in the persistent store
Parameters:
string |
$groupName: |
the name of the new group |
int |
$groupType: |
the type of group |
API Tags:
Redefinition of:
- GalleryEntity::create()
- Create a new instance of this GalleryEntity in the persistent store
Delete this GalleryGroup.
Do some bookkeeping, like removing any user/group mappings.
API Tags:
Redefinition of:
- GalleryEntity::delete()
- Delete this GalleryEntity
API Tags:
See: | GalleryEntity::getClassName |
Redefinition of:
- GalleryEntity::getClassName()
- Return the case sensitive name of this entity class. This is exactly what get_class() would return in PHP5. PHP4 is case-insensitive though so we must rely on it being set in each entity. The framework uses this as an index into entity related tables.
void itemTypeName(
[
$localized = true]
)
|
|
Parameters:
API Tags:
See: | GalleryEntity::itemTypeName |
Redefinition of:
- GalleryEntity::itemTypeName()
- Return the name of this type of item.
void setGroupName(
$groupName
)
|
|
Parameters:
void setGroupType(
$groupType
)
|
|
Parameters: