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