LdapTools\BatchModify\Batch::isTypeRemove PHP Method

isTypeRemove() public method

A convenience function to check if this batch type is a REMOVE action.
public isTypeRemove ( ) : boolean
return boolean
    public function isTypeRemove()
    {
        return $this->isType('REMOVE');
    }