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;
    }