Example #1
0
 /**
  * 	method:	recoverServiceData
  *
  * 	todo: write documentation
  *
  * 	probably this should move to the service object and we should
  * 	wrap it up here instead of implementing it here
  */
 protected function recoverServiceData($name = NULL, $handler = 0)
 {
     Amslib_Plugin_Service::hasData();
     Amslib_Plugin_Service::processHandler($handler);
     if (!$name) {
         $name = $this;
     }
     return Amslib_Plugin_Service::getValidationData($name);
 }