예제 #1
0
 /**
  * Returns the field type
  *
  * @return string Type
  */
 public function getType()
 {
     return $this->element->getType() . '[]';
 }