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