aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
AgeCommit message (Expand)Author
2013-03-16coding standardscash
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-04I'm a dummy -- getType and getSubtype are taken care of by Loggable...ewinslow
2011-02-04Added type and subtype abstract functions to ElggDataewinslow
2010-11-20Refs #2629 Brett is correct - don't need the call to initializeAttributes() b...cash
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...cash
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20Fixes #2668 adding getOwnerGUID()cash
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-10-31Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtenderewinslow
2010-10-31Refs #2597: Deprecated Loggable::getObjectOwnerGUID()ewinslow
2010-10-31Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg...ewinslow
2010-10-31Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}ewinslow
2010-10-31Improved initializeAttributes implementationsewinslow
2010-10-31Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {...ewinslow
2010-10-30Refs #2597: pulled getOwner and getOwnerEntity functions into ElggDataewinslow
2010-10-30Refs #2597: Pulled Loggable functions with identical implementations into Elg...ewinslow
2010-10-30Refs #2597: Pulled identical {{{Iterator}}} and {{{ArrayAccess}}} implementat...ewinslow
2010-10-30Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and Elg...ewinslow