Help for this page

Select Code to Download


  1. or download this
    -textvariable =>$mockOb->search
    
    ...
        }
        return $self->{search};
    }
    
  2. or download this
    -textvariable =>$mockOb->searchRef
    
    ...
        
        return \$self->{handelspartnerSuche};
    }