Ejemplo n.º 1
0
 public function encodeFlat()
 {
     if ($this->getParameter('value') == null) {
         return '""';
     }
     $values = $this->getParameter('value');
     return JSONUtils::encodeFlat($values);
 }