Documentation fix

This commit is contained in:
Bart Visscher 2012-06-25 22:51:05 +02:00
parent c41cb192c9
commit d332e1e9c1
1 changed files with 2 additions and 3 deletions

View File

@ -685,11 +685,10 @@ abstract class Share_Backend {
* @param string Owner of the item
* @return mixed|array|false Source
*
* Return a
* Return an array if the item is file dependent, the array needs two keys: 'item' and 'file'
* Return false if the item does not exist for the user
*
* The translateItem() function will translate the source returned back into the item
* The formatItems() function will translate the source returned back into the item
*/
public abstract function getSource($item, $uid);
@ -730,4 +729,4 @@ abstract class Share_Backend_Parent extends Share_Backend {
}
?>
?>