예제 #1
0
파일: category.php 프로젝트: dozernz/server
 protected function addMoveEntriesToCategoryJob($destCategoryId)
 {
     kJobsManager::addMoveCategoryEntriesJob(null, $this->getPartnerId(), $this->getId(), $destCategoryId, false, false, $this->getFullIds());
 }