Detailed Description
Definition at line 10 of file PmPermission.php.
Member Function Documentation
static deleteByObject |
( |
AclObject |
$obj, |
|
|
array |
$paths = NULL |
|
) |
| |
|
static |
Removes all permissions associated to the given object
- Parameters:
-
AclObject | $obj | |
| array[string] | $path If given, the paths of the object ware not retrieved but taken from this parameter |
Definition at line 18 of file PmPermission.php.
{
if($paths === NULL)
$paths = $obj->getPaths();
}
static getPathFieldForType |
( |
|
$type | ) |
|
|
static |
The documentation for this class was generated from the following file:
- D:/Projekte/Web/exportAcl/acl/components/strategies/nestedSet/pathMaterialization/models/PmPermission.php