LdapTools\AttributeConverter\ConvertUserAccountControl::isBatchSupported PHP Méthode

isBatchSupported() public méthode

public isBatchSupported ( Batch $batch )
$batch LdapTools\BatchModify\Batch
    public function isBatchSupported(Batch $batch)
    {
        return $batch->isTypeReplace();
    }