getAllData() is added
This commit is contained in:
@@ -41,6 +41,10 @@ class Entity {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
getAllData(){
|
||||
return this.data;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports.Entity = Entity;
|
||||
Reference in New Issue
Block a user