ArrayOfPermissionsType
extends ArrayType
in package
Contains the collection of permissions for a folder.
Table of Contents
Properties
- $Permission : array<string|int, PermissionType>
- Defines the access that a delegate has to a folder.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Permission
Defines the access that a delegate has to a folder.
public
array<string|int, PermissionType>
$Permission
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed