|
@@ -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.
|