API documentation :: Docs For Class arbitModelGroup
Packages:Interfaces:
Classes:
|
Core::Model::arbitModelGroupClass arbitModelGroupGroup model Group model arbitBaseStruct | --arbitModelBase | --arbitModelGroupAuthor(s):
Member Variables
Inherited Member Variables
Method Summary
Inherited Methods
MethodsfetchAll
static array
fetchAll(
)
Fetch all groups Static function to fetch an array with all groups in the database. the returned groups only the ID is set, and all other data will be fetched lazy on explicit request. Fetch all groups Static function to fetch an array with all groups in the database. In the returned groups only the ID is set, and all other data will be fetched lazy on explicit request. create
void
create(
)
Method called to create a new instance in the backend. Method called to create a new instance in the backend. Method called when the model should be created in the backend the first time. This will normally throw an error if a model with the same identifier already exists in the backend. Redefinition of:
fetchGroupData
void
fetchGroupData(
)
Fetch the basic user data Fetch the basic user data Fetch the basic user data storeChanges
void
storeChanges(
)
Method called to store changes to the model. Method called to store changes to the model. Method called to store changes in the model to the backend. The method should only modify the backend data, if something really has been changed in the model. Use the __set() method, which should wrap all write access to the model, to remember write access. Redefinition of:
Documentation generated on Mon, 05 Apr 2010 14:01:57 +0200 by phpDocumentor 1.4.3
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||