コード例 #1
0
ファイル: BatchJob.php プロジェクト: carriercomm/Billing-5
 public function createSchedulerBatchJob($category, $name1, $name2, $data)
 {
     $job = Billing_Model_BatchJob::createSchedulerBatchJob($this->_currentAccount->getId(), $category, $name1, $name2, $data);
     return $this->create($job);
 }