Exemplo n.º 1
0
 /**
  * Transfer out Request by internal provider
  * 
  * Transfer Action - "http://SERVER/cron/transferout"
  * 
  * @package ApplicationController
  * @subpackage CronController
  */
 public function transferoutAction()
 {
     $run = new Application_Model_Cron();
     $run->executeTransferOut($this->getRequest()->getParams());
 }