LdapTools\Security\Ace\AceFlags::objectInherit PHP Method

objectInherit() public method

Check or set whether objects should inherit this ACE.
public objectInherit ( null | boolean $action = null )
$action null | boolean
    public function objectInherit($action = null)
    {
        return $this->hasOrSet(self::FLAG['OBJECT_INHERIT'], $action);
    }