Property | Type | Description | |
---|---|---|---|
$_shares | Horde_Core_Share_Driver | Composed share object. |
Method | Description | |
---|---|---|
__call ( $method, $args ) | ||
__construct ( Horde_Core_Share_Driver $shares ) | ||
listShares ( string $userid, array $params = [] ) : array | Returns an array of all shares that $userid has access to. | |
listSystemShares ( ) : array | Returns an array of all system shares. | |
newShare ( string $owner, string $share_name = '', string $name_attribute = '' ) : Horde_Share_Object | Returns a new share object. |
public __construct ( Horde_Core_Share_Driver $shares ) | ||
$shares | Horde_Core_Share_Driver |