LdapTools\BatchModify\BatchCollection::has PHP Méthode

has() public méthode

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