LdapTools\BatchModify\BatchCollection::has PHP 메소드

has() 공개 메소드

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