LdapTools\BatchModify\Batch::isTypeRemove PHP Méthode

isTypeRemove() public méthode

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