소스 검색

RESTController generico andando

gabriel 7 년 전
부모
커밋
2b48995c20
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 8
      Controller/RESTController.php

+ 1 - 8
Controller/RESTController.php

@@ -28,14 +28,7 @@ abstract class RESTController extends VoryxController
     /**
      * @return string Retorna el tipo de la clase.
      */
-//    abstract public function getFormEntityType();
-    /**
-     * @return string Retorna el tipo de la clase.
-     */
-    public function getFormEntityType()
-    {
-        return get_class(new ClientType());
-    }
+    abstract public function getFormEntityType();
 
     /**
      * Get all entities.