LdapTools\BatchModify\Batch::isTypeRemove PHP 메소드

isTypeRemove() 공개 메소드

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