Inherited From GalleryEntity
-
GalleryEntity::$creationTimestamp
-
-
GalleryEntity::$entityType
-
-
GalleryEntity::$id
-
-
GalleryEntity::$isLinkable
-
-
GalleryEntity::$linkedEntity
-
-
GalleryEntity::$linkId
-
-
GalleryEntity::$modificationTimestamp
-
-
GalleryEntity::$onLoadHandlers
-
-
GalleryEntity::$serialNumber
-
Inherited From GalleryPersistent
-
GalleryPersistent::$_persistentStatus
-
|
Inherited From GalleryEntity
-
GalleryEntity::addOnLoadHandler()
-
Add onLoad handler.
-
GalleryEntity::create()
-
Create a new instance of this GalleryEntity in the persistent store
-
GalleryEntity::createLink()
-
Create a new linked version of this item into a new album
-
GalleryEntity::delete()
-
Delete this GalleryEntity
-
GalleryEntity::detachLink()
-
Detach this entity from the entity it is linked to by the simple expedient of overwriting over all non-null members with the equivalent from the link target.
-
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.
-
GalleryEntity::getCreationTimestamp()
-
-
GalleryEntity::getEntityType()
-
-
GalleryEntity::getId()
-
-
GalleryEntity::getIsLinkable()
-
-
GalleryEntity::getLinkedEntity()
-
-
GalleryEntity::getLinkId()
-
-
GalleryEntity::getModificationTimestamp()
-
-
GalleryEntity::getOnLoadHandlers()
-
-
GalleryEntity::getRenderer()
-
-
GalleryEntity::getSerialNumber()
-
-
GalleryEntity::hasOnLoadHandler()
-
Check for an onLoad handler.
-
GalleryEntity::isLinked()
-
Return true if this entity is linked to another
-
GalleryEntity::itemTypeName()
-
Return the name of this type of item.
-
GalleryEntity::onLoad()
-
This is called after an entity is loaded by the GalleryStorage subsystem.
-
GalleryEntity::onSave()
-
This is called after an entity is saved by the GalleryStorage subsystem.
-
GalleryEntity::refresh()
-
Refresh this item from the persistent store
-
GalleryEntity::removeOnLoadHandler()
-
Remove onLoad handler.
-
GalleryEntity::save()
-
Save the changes to this GalleryEntity.
-
GalleryEntity::setCreationTimestamp()
-
-
GalleryEntity::setEntityType()
-
-
GalleryEntity::setId()
-
-
GalleryEntity::setIsLinkable()
-
-
GalleryEntity::setLinkedEntity()
-
-
GalleryEntity::setLinkId()
-
-
GalleryEntity::setModificationTimestamp()
-
-
GalleryEntity::setOnLoadHandlers()
-
-
GalleryEntity::setSerialNumber()
-
Inherited From GalleryPersistent
-
GalleryPersistent::GalleryPersistent()
-
-
GalleryPersistent::clearPersistentFlag()
-
Clear a flag.
-
GalleryPersistent::getClassFile()
-
Return the relative path to the class for this entity
-
GalleryPersistent::getOriginalValue()
-
Return the original value of the given member.
-
GalleryPersistent::isModified()
-
Have we modified any data in this class?
-
GalleryPersistent::resetOriginalValues()
-
Reset all original values to the current values in the entity (or null if so specified).
-
GalleryPersistent::setPersistentFlag()
-
Set a flag.
-
GalleryPersistent::testPersistentFlag()
-
Test a flag.
|
|