LdapTools\Security\Ace\AceRights::writeAll PHP Method

writeAll() public method

Check or set the ability to read permissions on this object, write all the properties on this object, and perform all validated writes to this object.
public writeAll ( null | boolean $action = null )
$action null | boolean
    public function writeAll($action = null)
    {
        return $this->hasOrSet(self::FLAG['GENERIC_WRITE'], $action);
    }