From d901b9cdb21125b7027b36cf7d66652d92106983 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 1 Aug 2017 15:14:43 +0200 Subject: renaming circles Signed-off-by: Maxence Lange --- lib/Api/v1/Circles.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Api') diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php index 98baef2c..427e02fd 100644 --- a/lib/Api/v1/Circles.php +++ b/lib/Api/v1/Circles.php @@ -85,8 +85,8 @@ class Circles { * You must specify type and name. type is one of this value: * * CIRCLES_PERSONAL is 1 or 'personal' - * CIRCLES_HIDDEN is 2 or 'hidden' - * CIRCLES_PRIVATE is 4 or 'private' + * CIRCLES_SECRET is 2 or 'secret' + * CIRCLES_CLOSED is 4 or 'closed' * CIRCLES_PUBLIC is 8 or 'public' * * @param mixed $type @@ -141,7 +141,7 @@ class Circles { * Circles::listCircles(); * * This function list all circles fitting a search regarding its name and the level and the - * rights from the current user. In case of Hidden circle, name needs to be complete so the + * rights from the current user. In case of Secret circle, name needs to be complete so the * circle is included in the list (or if the current user is the owner) * * example: Circles::listCircles(Circle::CIRCLES_ALL, '', 8, callback); will returns all -- cgit v1.2.3