index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
classes
/
ElggData.php
Age
Commit message (
Expand
)
Author
2010-11-20
Refs #2629 Brett is correct - don't need the call to initializeAttributes() b...
cash
2010-11-20
Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...
cash
2010-11-20
Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...
brettp
2010-11-20
Fixes #2668 adding getOwnerGUID()
cash
2010-11-20
Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...
ewinslow
2010-11-14
Added comments to several undocumented methods
ewinslow
2010-10-31
Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtender
ewinslow
2010-10-31
Refs #2597: Deprecated Loggable::getObjectOwnerGUID()
ewinslow
2010-10-31
Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg...
ewinslow
2010-10-31
Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}
ewinslow
2010-10-31
Improved initializeAttributes implementations
ewinslow
2010-10-31
Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {...
ewinslow
2010-10-30
Refs #2597: pulled getOwner and getOwnerEntity functions into ElggData
ewinslow
2010-10-30
Refs #2597: Pulled Loggable functions with identical implementations into Elg...
ewinslow
2010-10-30
Refs #2597: Pulled identical {{{Iterator}}} and {{{ArrayAccess}}} implementat...
ewinslow
2010-10-30
Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg...
ewinslow