GalleryPersistent GalleryPersistent(
)
|
|
void clearPersistentFlag(
int
$flag
)
|
|
Clear a flag.
The GalleryStorage strategy uses this to flag objects for its own internal purposes.
Parameters:
int |
$flag: |
a bit flag to clear |
Return the relative path to the class for this entity
API Tags:
Return: | GalleryStatus a status code string a path like modules/core/classes/GalleryUser.class |
Redefined in descendants as:
mixed getOriginalValue(
$member
)
|
|
Return the original value of the given member.
Parameters:
API Tags:
Return: | the value, or null if it was not defined. |
boolean isModified(
[string
$member = null]
)
|
|
Have we modified any data in this class?
Parameters:
string |
$member: |
(optional) check just this field |
API Tags:
Return: | true if modified, false if not. |
GalleryStatus resetOriginalValues(
[boolean
$resetToNull = false]
)
|
|
Reset all original values to the current values in the entity (or null if so specified).
Parameters:
boolean |
$resetToNull: |
(optional) reset all original values to null if true |
API Tags:
void setPersistentFlag(
int
$flag
)
|
|
Set a flag.
The GalleryStorage strategy uses this to flag objects for its own internal purposes.
Parameters:
int |
$flag: |
a bit flag to set |
bool testPersistentFlag(
int
$flag
)
|
|
Test a flag.
The GalleryStorage strategy uses this to flag objects for its own internal purposes.
Parameters:
int |
$flag: |
a bit flag to test |
API Tags:
Return: | true if the bit is on, false otherwise |