OldGroupMembershipShares¶
Source: lib/private/Repair/OldGroupMembershipShares.php#32 Implements: OCP\Migration\IRepairStep
Properties¶
Source: lib/private/Repair/OldGroupMembershipShares.php#43 Type: array [gid => [uid => (bool)]]
Methods¶
Source: Parameters: - $connection (
OCP\IDBConnection
) - $groupManager (
OCP\IGroupManager
)
- $connection (
- Returns the step’s name
Source: lib/private/Repair/OldGroupMembershipShares.php#59 Returns: string
- Run repair step.Must throw exception on error.
Source: lib/private/Repair/OldGroupMembershipShares.php#69 Throws: \Exception
in case of failure
Source: Parameters: - $gid (string)
- $uid (string)
Returns: bool