classes/bfw/core/ReadonlyEntity.php
changeset 18 95e61b581061
parent 8 54ea0099329c
child 28 29a3e34acf64
copy from classes/bfw/entities/TView.php
copy to classes/bfw/core/ReadonlyEntity.php
--- a/classes/bfw/entities/TView.php
+++ b/classes/bfw/core/ReadonlyEntity.php
@@ -5,19 +5,17 @@
  *
  */
 
-namespace bfw\entities;
-
-use bfw\core\Entity;
+namespace bfw\core;
 
 /**
- * Class TView
+ * Class ReadonlyView
  *
  * @method string getId()
  */
-class TView extends Entity {
+class ReadonlyEntity extends Entity {
 
     /**
-     * Nur Get-Methoden im View
+     * Nur Get-Methoden in dieser Entity
      *
      * @param $methodName
      * @param null $params