Beispiel #1
0
 /**
  * A "change status" handler
  *
  * @return void
  */
 protected function processProcess()
 {
     foreach ($this->getPrivateAttachments() as $attachment) {
         $attachment->renew();
     }
     parent::processProcess();
 }
Beispiel #2
0
 /**
  * A "change status" handler
  *
  * @return void
  */
 protected function processProcess()
 {
     $this->processPINCodes();
     parent::processProcess();
 }