aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2012-05-17 08:42:57 -0700
committerEvan Winslow <evan@elgg.org>2012-05-17 08:42:57 -0700
commit415df80c175a72cddfdc7e2266f40463353f71e8 (patch)
tree39a6ae43230441705951ffbb514635bf61e6eac7
parent50afa2747ff2e63be0a5b933b477ec09b7ab23e4 (diff)
downloadelgg-415df80c175a72cddfdc7e2266f40463353f71e8.tar.gz
elgg-415df80c175a72cddfdc7e2266f40463353f71e8.tar.bz2
Fixes #4249: Removes links to non-existent documentation.
-rw-r--r--engine/classes/ElggEntity.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php
index 164ff3838..77c2bbf4d 100644
--- a/engine/classes/ElggEntity.php
+++ b/engine/classes/ElggEntity.php
@@ -24,7 +24,6 @@
*
* @package Elgg.Core
* @subpackage DataModel.Entities
- * @link http://docs.elgg.org/DataModel/ElggEntity
*
* @property string $type object, user, group, or site (read-only after save)
* @property string $subtype Further clarifies the nature of the entity (read-only after save)
@@ -581,7 +580,6 @@ abstract class ElggEntity extends ElggData implements
* @param mixed $value Value of private setting
*
* @return bool
- * @link http://docs.elgg.org/DataModel/Entities/PrivateSettings
*/
function setPrivateSetting($name, $value) {
if ((int) $this->guid > 0) {
@@ -740,8 +738,6 @@ abstract class ElggEntity extends ElggData implements
* @param string $vartype The type of annotation value
*
* @return bool
- *
- * @link http://docs.elgg.org/DataModel/Annotations
*/
function annotate($name, $value, $access_id = ACCESS_PRIVATE, $owner_id = 0, $vartype = "") {
if ((int) $this->guid > 0) {