LdapTools\Ldif\Entry\LdifEntryModify::getBatchCollection PHP Method

getBatchCollection() public method

Get the BatchCollection containing all the batches represented by this entry.
public getBatchCollection ( ) : BatchCollection
return LdapTools\BatchModify\BatchCollection
    public function getBatchCollection()
    {
        return $this->batches;
    }