PHP Class LdapTools\Security\Ace\AceObjectFlags

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

Public Methods

Method 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 method

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 method

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 method

Check whether object types are invalid.
public objectTypesInvalid ( ) : boolean
return boolean