LdapTools\BatchModify\BatchCollection::has PHP Method

has() public method

Check if a specific batch index exists.
public has ( integer $index ) : boolean
$index integer
return boolean
    public function has($index)
    {
        return isset($this->batches[$index]);
    }