Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function convert($value, $definition, $name, array $defaults)
 {
     try {
         return $this->profiler->getRun($value);
     } catch (\Exception $e) {
         return NULL;
     }
 }