Exemplo n.º 1
0
 /**
  * Transfer Request Commit
  * 
  * Transfer Action - "http://SERVER/Cron/transfer"
  * 
  * @package ApplicationController
  * @subpackage CronController
  */
 public function transferAction()
 {
     $run = new Application_Model_Cron();
     $run->executeTransfer($this->getRequest()->getParams());
 }