PHP Class LdapTools\Security\Ace\AceObjectFlags

Author: Chad Sikorra ([email protected])
Inheritance: extends LdapTools\Security\Flags
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
inheritedObjectTypePresent ( null | boolean $action = null ) Check or set whether an inherited object type is present. This is done automatically when setting it on the ACE.
objectTypePresent ( null | boolean $action = null ) Check or set whether an object type is present. This is done automatically when setting it on the ACE.
objectTypesInvalid ( ) : boolean Check whether object types are invalid.

Method Details

inheritedObjectTypePresent() public méthode

Check or set whether an inherited object type is present. This is done automatically when setting it on the ACE.
public inheritedObjectTypePresent ( null | boolean $action = null )
$action null | boolean

objectTypePresent() public méthode

Check or set whether an object type is present. This is done automatically when setting it on the ACE.
public objectTypePresent ( null | boolean $action = null )
$action null | boolean

objectTypesInvalid() public méthode

Check whether object types are invalid.
public objectTypesInvalid ( ) : boolean
Résultat boolean