getAllData() is added

This commit is contained in:
Mohammed Ashab Uddin
2020-07-22 11:01:47 +04:00
parent 7b0779d552
commit ca46a66283

View File

@@ -41,6 +41,10 @@ class Entity {
} }
return null; return null;
} }
getAllData(){
return this.data;
}
} }
module.exports.Entity = Entity; module.exports.Entity = Entity;