diff options
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r-- | lib/public/IGroup.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index d5fcbcc5cd9..0cc62e9a8ed 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -4,6 +4,7 @@ * * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> + * @author Vincent Petry <PVince81@owncloud.com> * * @license AGPL-3.0 * @@ -37,6 +38,14 @@ interface IGroup { public function getGID(); /** + * Returns the group display name + * + * @return string + * @since 9.2 + */ + public function getDisplayName(); + + /** * get all users in the group * * @return \OCP\IUser[] |