$this->attributes['time_created'] = '';
}
-
/**
* Return an attribute or a piece of metadata.
* Return the GUID of the owner of this object.
*
* @return int
+ * @deprecated 1.8 Use getOwner() instead
*/
public function getObjectOwnerGUID() {
+ elgg_deprecated_notice("The method getObjectOwnerGUID() was deprecated in Elgg 1.8. Use getOwner() instead.", 1.8);
return $this->owner_guid;
}
* Return the GUID of the owner of this object.
*
* @return int
+ * @deprecated 1.8 Use getOwner() instead
*/
public function getObjectOwnerGUID();
}
\ No newline at end of file