Beispiel #1
0
 /**
  * Set types and REST routes data into reader after reflecting all files.
  *
  * @return array
  */
 public function getPostReflectionData()
 {
     return array('types' => $this->_typeProcessor->getTypesData(), 'type_to_class_map' => $this->_typeProcessor->getTypeToClassMap(), 'rest_routes' => $this->_routeGenerator->getRoutes());
 }