LdapTools\Ldif\Entry\LdifEntryModify::getBatchCollection PHP Метод

getBatchCollection() публичный Метод

Get the BatchCollection containing all the batches represented by this entry.
public getBatchCollection ( ) : BatchCollection
Результат LdapTools\BatchModify\BatchCollection
    public function getBatchCollection()
    {
        return $this->batches;
    }