aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
AgeCommit message (Expand)Author
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-20Fixes #2473: removes initialise_entity_cache()ewinslow
2010-11-14No comment...ewinslow
2010-11-14Wow, what a blunder -- what to go deleting random methods, Winslowewinslow
2010-11-14Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete()ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-10-31Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtenderewinslow
2010-10-31Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg...ewinslow
2010-10-31Refs #2597: Auto-initialize temp_metadata, temp_annotations, and volatile as ...ewinslow
2010-10-31Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}ewinslow
2010-10-31Refs #2597: ElggEntity::initializeAttributes calls into parent initializeAttr...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
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-10ElggEntity::disable() and enable() now update the attributes so you don't hav...brettp
2010-09-22Converted line endings to unix.brettp
2010-09-22Refs #2450: ElggEntity documented.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow