LdapTools\Operation\BatchModifyOperation::setBatchCollection PHP Method

setBatchCollection() public method

Set the batch modifications array for the operation.
public setBatchCollection ( BatchCollection $batch )
$batch LdapTools\BatchModify\BatchCollection
    public function setBatchCollection(BatchCollection $batch)
    {
        $this->properties['batch'] = $batch;
        return $this;
    }