From 639dddfafab645f1d9e9cea21ebf7c99fdf4ef40 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Sun, 22 Feb 2009 22:39:24 +0100 Subject: [PATCH] phpdoc --- folks/lib/Folks.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/folks/lib/Folks.php b/folks/lib/Folks.php index 86219d4e6..d05f31863 100644 --- a/folks/lib/Folks.php +++ b/folks/lib/Folks.php @@ -55,6 +55,10 @@ class Folks { /** * Get Image path + * + * @param string $user Image username + * @param string $view View type + * @param boolean $full Generate a full URL. */ static public function getImageUrl($user, $view = 'small', $full = false) { -- 2.11.0