Beispiel #1
0
 public function testAction()
 {
     $report = new PimTools_ImportReport();
     $report->setAction('unpublish');
     $report->setImportDate(Zend_Date::now()->get());
     $report->setType("Test");
     $report->save();
     die("meins");
 }