/**
  * Returns all links to objects for this tag
  *
  * @return array
  */
 function getTagAttributeLinks()
 {
     return eZTagsAttributeLinkObject::fetchByTagID($this->attribute('id'));
 }