We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26cad7 commit 216db6fCopy full SHA for 216db6f
resources/lib/PosixGroup.php
@@ -5,6 +5,10 @@
5
use PHPOpenLDAPer\LDAPEntry;
6
use \Exception;
7
8
+/*
9
+does not extend LDAPEntry because UnityGroup extends this and I don't want UnityGroup
10
+to extend LDAPEntry because the functions from LDAPEntry should not be exposed there
11
+*/
12
class PosixGroup
13
{
14
private LDAPEntry $entry;
0 commit comments