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

containerInherit() public method

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